mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
7 lines
243 B
Text
7 lines
243 B
Text
|
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>"
|
||
|
}
|