Explorar el Código

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

Arch Librarian hace 22 años
padre
commit
064718971b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dselect/install

+ 1 - 1
dselect/install

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