X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/976bac7a74f967e8a9cb0927aef72536f85be0ed..29fd82a4a892798ccb6cf677a577a135ebe4dfd5:/debian/postinst?ds=sidebyside diff --git a/debian/postinst b/debian/postinst index 085f15cd6..891792111 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 } @@ -27,15 +25,11 @@ check_apt_conf () case "$1" in configure) - ldconfig # # If there is no /etc/apt/sources.list then create a default # 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