Updated PKGBUILD stuff.

This commit is contained in:
Storm Dragon
2016-11-04 17:49:14 -04:00
parent 144d5828d2
commit def9341ac1
2 changed files with 22 additions and 14 deletions

View File

@ -1,4 +1,5 @@
post_install() {
ln -s /opt/fenrir/fenrir-daemon /usr/bin/fenrir
_alert
}
@ -6,6 +7,9 @@ _alert() {
cat << EOF
To have fenrir start at boot:
sudo systemctl enable fenrir
Pulseaudio users may want to run
/usr/share/fenrir/tools/configure-pulseaudio
once as their user account and once as root.
EOF
}