summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:45 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:45 +0000
commit0332176291b480ee2ae2eaba6c066146802a5023 (patch)
treef29bdecbb4abdffbae50b268e33921f4007bfe84 /debian
parent9d95e7262447c7024ef58987ad198bcb98dc3d48 (diff)
2 bugs fixed
Author: jgg Date: 2000-02-07 01:45:31 GMT 2 bugs fixed
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/postinst4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a526e036..4683f09b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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
diff --git a/debian/postinst b/debian/postinst
index e8ab6aee6..9f0a3d523 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -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#