diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:45 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:45 +0000 |
commit | b0b22e1333d13a88f9f9302d59efd77a61e80a0e (patch) | |
tree | f39f30902acff9d64e871ff654b2389956ac2bc0 /debian/postinst | |
parent | 5fafc0efece239d727d33d67f728818a7b78fca1 (diff) |
Added sample deb-src lines
Author: jgg
Date: 1999-09-09 17:16:21 GMT
Added sample deb-src lines
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 5b0e73b28..6e729c01b 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 } |