Просмотр исходного кода

Added sample deb-src lines
Author: jgg
Date: 1999-09-09 17:16:21 GMT
Added sample deb-src lines

Arch Librarian лет назад: 22
Родитель
Сommit
b0b22e1333
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      debian/postinst

+ 4 - 0
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://non-us.debian.org/debian-non-US stable non-US
 deb http://security.debian.org stable updates
 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
 EOF
 }
 }