]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
Added OR group handling to ResolveByKeep. Fixes 133950
[apt.git] / debian / postinst
index e8ab6aee6885542e3da9e47b16a26fbc6ef55306..ee5ceac2fc32482796e0154834d9ce6d6835f937 100755 (executable)
@@ -14,7 +14,7 @@ create_apt_conf ()
 {
  echo "/etc/apt/sources.list does not exist; creating a default setup."
 
- cp /usr/doc/apt/examples/sources.list /etc/apt/sources.list
+ cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list
 }
  
 check_apt_conf ()
@@ -23,6 +23,8 @@ check_apt_conf ()
  # this is for future expansion
 }
 
+#DEBHELPER#
+
 case "$1" in
        configure)
               ldconfig
@@ -41,5 +43,3 @@ case "$1" in
                 /usr/sbin/dhelp_parse -a /usr/doc/apt
               fi
 esac
-
-#DEBHELPER#