X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/aa6e3431719da89d4beadf8fc81e5236f697d405..4334f918c1263fcf7bb12c86b30fe110b67e224b:/debian/postinst diff --git a/debian/postinst b/debian/postinst index e8ab6aee6..917557647 100755 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ create_apt_conf () { echo "/etc/apt/sources.list does not exist; creating a default setup." - cp /usr/doc/apt/examples/sources.list /etc/apt/sources.list + cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list } check_apt_conf () @@ -23,6 +23,8 @@ check_apt_conf () # this is for future expansion } +#DEBHELPER# + case "$1" in configure) ldconfig @@ -38,8 +40,6 @@ case "$1" in check_apt_conf fi if [ -f /usr/sbin/dhelp_parse ]; then - /usr/sbin/dhelp_parse -a /usr/doc/apt + /usr/sbin/dhelp_parse -a /usr/share/doc/apt fi esac - -#DEBHELPER#