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>"
}