izmjene za stretch
[amavisd-cn.git] / debian / prerm
index 4b4be03..f756ca3 100755 (executable)
@@ -36,18 +36,10 @@ if [ "$1" = remove ]; then
     cp-update -r $PKG $master_cf >&-
     del_postconf content_filter
     echo "Removed postfix configuration for ${PKG}."
-    if [ -x /etc/init.d/postfix ]; then
-      if [ -x /usr/sbin/invoke-rc.d ]; then
-        invoke-rc.d postfix restart
-      else
-        /etc/init.d/postfix restart
-      fi
-    fi
+    service postfix restart
   fi
   cp-update -r $PKG $ALIASES >&-
-  if [ -x /usr/bin/newaliases ]; then
-    newaliases
-  fi
+  newaliases
 fi
 
 exit 0