summarylogtreecommitdiffstats
path: root/fenrir.install
blob: f100434e01176896dc1f78d50c31d92dc1f0a732 (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-pulseaudio
once as their user account and once as root.
EOF
}