diff --git a/dist/postinstall.sh b/dist/postinstall.sh index e65399b..a79c611 100755 --- a/dist/postinstall.sh +++ b/dist/postinstall.sh @@ -26,14 +26,3 @@ if command -v systemctl >/dev/null 2>&1; then fi fi -# Only show the setup message on first install (not upgrades). -action="${1:-}" -case "$action" in - # Debian first install or RPM first install ($1=1). - configure|1) - if ! systemctl is-enabled --quiet favoritter 2>/dev/null; then - echo "Favoritter installed. Configure /etc/favoritter/favoritter.env then run:" - echo " sudo systemctl enable --now favoritter" - fi - ;; -esac