summarylogtreecommitdiffstats
path: root/fenrir.install
diff options
context:
space:
mode:
Diffstat (limited to 'fenrir.install')
-rw-r--r--fenrir.install10
1 files changed, 8 insertions, 2 deletions
diff --git a/fenrir.install b/fenrir.install
index 958aac817e71..3974b40fa16b 100644
--- a/fenrir.install
+++ b/fenrir.install
@@ -1,15 +1,21 @@
post_install() {
-ln -s /opt/fenrir/fenrir-daemon /usr/bin/fenrir-daemon
+_alert
+}
+
+post_upgrade() {
_alert
}
_alert() {
-cat << EOF
+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
}