]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
Added OR group handling to ResolveByKeep. Fixes 133950
[apt.git] / debian / postinst
index 5b0e73b28406a2b125a6adee0ea228e90efc612f..ee5ceac2fc32482796e0154834d9ce6d6835f937 100755 (executable)
@@ -14,17 +14,7 @@ create_apt_conf ()
 {
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
- cat > /etc/apt/sources.list <<EOF
-# 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.
-# Proxy configuration is covered through environment variables or
-# 
-deb http://http.us.debian.org/debian stable main contrib non-free
-deb http://non-us.debian.org/debian-non-US stable non-US
-deb http://security.debian.org stable updates
-
-EOF
+ cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list
 }
  
 check_apt_conf ()
@@ -33,6 +23,8 @@ check_apt_conf ()
  # this is for future expansion
 }
 
+#DEBHELPER#
+
 case "$1" in
        configure)
               ldconfig
@@ -51,4 +43,3 @@ case "$1" in
                 /usr/sbin/dhelp_parse -a /usr/doc/apt
               fi
 esac
-