PKGBUILDs/community/mumble/murmur.install
2022-07-23 20:01:38 +00:00

7 lines
243 B
Plaintext

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