]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
A few functions migrated around
[apt.git] / debian / postinst
index d36c5a7055529bdd00856fdb5bf58b208df107a5..d1b46d1a247c13b6b60354934d43a4fb2acb03e1 100755 (executable)
@@ -18,8 +18,9 @@ create_apt_conf ()
 # Use for a local mirror - remove the ftp1 http lines for the bits
 # your mirror contains.
 # deb file:/your/mirror/here/debian stable main contrib non-free
-# See sources.list(5) for more information, especial
+# See sources.list(5) for more information, especialy
 # Remember that you can only use http, ftp or file URIs
+# CDROMs are managed throught the apt-cdrom tool.
 deb http://http.us.debian.org/debian stable main contrib non-free
 deb http://non-us.debian.org/debian-non-US stable non-US
 
@@ -34,6 +35,7 @@ check_apt_conf ()
 
 case "$1" in
        configure)
+              ldconfig
               #
                # If there is no /etc/apt/sources.list then create a default
               #
@@ -45,6 +47,8 @@ case "$1" in
               else
                 check_apt_conf
               fi
-
+              if [ -f /usr/sbin/dhelp_parse ]; then
+                /usr/sbin/dhelp_parse -a /usr/doc/apt
+              fi
 esac