r2842: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Sep 2002 12:44:59 +0000 (12:44 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 25 Sep 2002 12:44:59 +0000 (12:44 +0000)
debian/postinst

index 62b0cb4427c515d1084bcf8d8cedd996924c2269..7305cf93ffb617372f7b4cd2804bf7c4930fddc7 100644 (file)
@@ -29,17 +29,13 @@ LISP_PKG=tester
 case "$1" in
     configure)
        /usr/sbin/register-common-lisp-source ${LISP_PKG}
-
-    ;;
-
+       ;;
     abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
+       ;;
     *)
         echo "postinst called with unknown argument \`$1'" >&2
         exit 1
-    ;;
+       ;;
 esac
 
 # dh_installdeb will replace this with shell code automatically
@@ -48,5 +44,3 @@ esac
 #DEBHELPER#
 
 exit 0
-
-