]> git.saurik.com Git - apt.git/blobdiff - dselect/install
Better description
[apt.git] / dselect / install
index db96a80550be3a6eeadee61ddb39ba61c2908b46..2481fcea1e30ae2c241cf3953b415468549bc54a 100755 (executable)
@@ -49,7 +49,10 @@ fi
 if [ $RES -eq 0 ]; then
    # Check the cleaning mode
    case `echo $CLEAN | tr '[:upper:]' '[:lower:]'` in
-     always|auto) 
+     auto)
+       $APTGET autoclean && echo "Press enter to continue." && read RES && exit 0;
+       ;;
+     always)
        $APTGET clean && echo "Press enter to continue." && read RES && exit 0;
        ;;
      prompt)