]> git.saurik.com Git - apt.git/blobdiff - debian/postinst
More usr doc fixes
[apt.git] / debian / postinst
index 5b0e73b28406a2b125a6adee0ea228e90efc612f..a43a08057aca02ccef4945738312366d9a2635fc 100755 (executable)
@@ -24,6 +24,10 @@ 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
 
+# Uncomment if you want the apt-get source function to work
+#deb-src http://http.us.debian.org/debian stable main contrib non-free
+#deb-src http://non-us.debian.org/debian-non-US stable non-US
+
 EOF
 }
  
@@ -52,3 +56,4 @@ case "$1" in
               fi
 esac
 
+#DEBHELPER#