packaging stable

This commit is contained in:
2019-04-12 10:12:46 +02:00
parent 7023209d9b
commit 0359dafc7c
8 changed files with 73 additions and 0 deletions

7
debian/postinst vendored Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
case "$1" in
configure)
chown grafana:grafana /var/lib/grafana/dashboards
;;
esac