summarylogtreecommitdiffstats
path: root/murmur.install
blob: 2232e4cb1d80ec846ce8e4514ef6f39ace0fa27d (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 "    mumble-server -ini /etc/murmur.ini -supw <your-password>"
}