X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/49dfb346d466a2368a91d2730c86f915fcddc87c..9d1d4d123d282f0ed22915a95777888e92b73147:/debian/postinst diff --git a/debian/postinst b/debian/postinst index 917557647..274724cdb 100755 --- a/debian/postinst +++ b/debian/postinst @@ -12,8 +12,6 @@ set -e create_apt_conf () { - echo "/etc/apt/sources.list does not exist; creating a default setup." - cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list } @@ -33,13 +31,7 @@ case "$1" in # if [ ! -f /etc/apt/sources.list ]; then create_apt_conf - echo - echo "If you wish to change the default sites from which APT fetches Debian" - echo "packages, please edit the file /etc/apt/sources.list." else check_apt_conf fi - if [ -f /usr/sbin/dhelp_parse ]; then - /usr/sbin/dhelp_parse -a /usr/share/doc/apt - fi esac