summarylogtreecommitdiffstats
path: root/fenrir.install
blob: 958aac817e71eb8c3c2e8ca2b3ff8b0644f74b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
ln -s /opt/fenrir/fenrir-daemon /usr/bin/fenrir-daemon
_alert
}

_alert() {
cat << EOF
To have fenrir start at boot:
sudo systemctl enable fenrir
Pulseaudio users may want to run
/usr/share/fenrir/tools/configure_pulse.sh
once as their user account and once as root.
EOF
}