summarylogtreecommitdiffstats
path: root/murmur.install
diff options
context:
space:
mode:
Diffstat (limited to 'murmur.install')
-rw-r--r--murmur.install11
1 files changed, 4 insertions, 7 deletions
diff --git a/murmur.install b/murmur.install
index fcc2a80d8744..b9e1eb1f5055 100644
--- a/murmur.install
+++ b/murmur.install
@@ -1,9 +1,6 @@
post_install() {
- post_upgrade
+ echo "You might have to reload dbus before launching murmur:"
+ echo " systemctl reload dbus"
+ echo "Don't forget to set the superuser password:"
+ echo " murmurd -ini /etc/murmur.ini -supw <your-password>"
}
-
-post_upgrade() {
- # Fix permissions on necessary directories
- chown murmur.murmur /var/lib/murmur /run/murmur
-}
-