]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
Fixed reinstreq segfault
[apt.git] / debian / postinst
index e8ab6aee6885542e3da9e47b16a26fbc6ef55306..9f0a3d523655787ad429a8a1efce1dd85e575b79 100755 (executable)
@@ -23,6 +23,8 @@ check_apt_conf ()
  # this is for future expansion
 }
 
+#DEBHELPER#
+
 case "$1" in
        configure)
               ldconfig
@@ -41,5 +43,3 @@ case "$1" in
                 /usr/sbin/dhelp_parse -a /usr/doc/apt
               fi
 esac
-
-#DEBHELPER#