Author: jgg
Date: 2000-02-07 01:45:31 GMT
2 bugs fixed
+apt (0.3.17.1) unstable; urgency=low
+
+ * Changes in the postinst script. Closes: #56855
+ * Fixed bashism. Closes: #57216
+
+ -- Ben Gertzfield <che@debian.org> Fri, 14 Jan 2000 08:04:15 -0800
+
apt (0.3.16.1) unstable; urgency=low
* RFC 2732 usage for CDROM URIs and fixes to apt-cdrom
# this is for future expansion
}
+#DEBHELPER#
+
case "$1" in
configure)
ldconfig
/usr/sbin/dhelp_parse -a /usr/doc/apt
fi
esac
-
-#DEBHELPER#
fi
NEWLS=`ls -ld $ARCHIVES`
- if [ "x$OLDLS" == "x$NEWLS" ]; then
+ if [ "x$OLDLS" = "x$NEWLS" ]; then
exit 0
fi