Parcourir la source

Changed to the default of prompt
Author: jgg
Date: 1999-03-28 21:29:45 GMT
Changed to the default of prompt

Arch Librarian il y a 22 ans
Parent
commit
064718971b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dselect/install

+ 1 - 1
dselect/install

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Get the configuration from /etc/apt/apt.conf
-CLEAN="auto"
+CLEAN="prompt"
 OPTS="-f"
 APTGET="/usr/bin/apt-get"
 DPKG="/usr/bin/dpkg"