summarylogtreecommitdiffstats
path: root/fenrir.install
blob: 3974b40fa16baef8ee1c4427dd5e55f4b71d3683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
_alert
}

post_upgrade() {
_alert
}

_alert() {
fold -s << 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.
The files located at /opt/fenrir are no longer needed. Run:
rm -rf /opt/fenrir
if you wish to be rid of them.
EOF
}