diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:15 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:15 +0000 |
commit | fe8f82e5149bba8d0166bbbd06a33733d639ad68 (patch) | |
tree | 8468486cb2ea537326c322c720d5794f55b42897 /debian/postinst | |
parent | ac625538fe9700005cda8af26fb0589917d692b4 (diff) |
Be quiet in apt.post{inst,rm}.
Author: doogie
Date: 2003-04-27 01:43:29 GMT
Be quiet in apt.post{inst,rm}.
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/postinst b/debian/postinst index 085f15cd6..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,9 +31,6 @@ 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 |