]> git.saurik.com Git - apt.git/blobdiff - dselect/install
Bug fixes, new major version
[apt.git] / dselect / install
index 93a0f1e4455d5b9d368b0bb7dbe45118939a9b4a..3fbab73cfb3292b502fa67859a6ac34f711675ee 100755 (executable)
@@ -39,6 +39,7 @@ yesno() {
        echo $ans | tr YN yn
 }
 
+OLDLS=`ls -ld $ARCHIVES`
 if [ x$WAIT = "xyes" ]; then
    $APTGET $OPTS -d dselect-upgrade
    echo "Press enter to continue." && read RES
@@ -61,6 +62,11 @@ if [ $RES -eq 0 ]; then
         -eq 0 ]; then
       exit 0
    fi
+
+   NEWLS=`ls -ld $ARCHIVES`
+   if [ "x$OLDLS" == "x$NEWLS" ]; then
+      exit 0
+   fi
    
    # Check the cleaning mode
    case `echo $CLEAN | tr '[:upper:]' '[:lower:]'` in