summarylogtreecommitdiffstats
path: root/murmur.install
blob: b9e1eb1f5055fee947fe541505a4301874a58556 (plain)
1
2
3
4
5
6
post_install() {
    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>"
}