OSDN Git Service

Plugin::Sendmail: fix warning message
[newslash/newslash.git] / debian / newslash-core.postinst
index a6cde54..0bfb411 100644 (file)
@@ -20,15 +20,17 @@ set -e
 case "$1" in
     configure)
     ;;
+    
+    upgrade)
+    ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
-
     ;;
 
     *)
-      echo "postinst called with unknown argument \`$1'" >&2
-      exit 1
-    ;;
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+        ;;
 esac
 
 # dh_installdeb will replace this with shell code automatically