]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
Various bug fixes
[apt.git] / debian / postinst
index d1b46d1a247c13b6b60354934d43a4fb2acb03e1..9f0a3d523655787ad429a8a1efce1dd85e575b79 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
-# Use for a local mirror - remove the ftp1 http lines for the bits
-# your mirror contains.
-# deb file:/your/mirror/here/debian stable main contrib non-free
-# 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.
-deb http://http.us.debian.org/debian stable main contrib non-free
-deb http://non-us.debian.org/debian-non-US stable non-US
-
-EOF
+ cp /usr/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
-