PKGBUILDs/community/mumble/murmur.install

7 lines
243 B
Plaintext
Raw Normal View History

2022-07-23 20:01:14 +00:00
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>"
}