From da90e41bb19dbfcb954c22e3e7065a504234e4b6 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:56:10 +0000 Subject: Changed handling of the no-dowload case Author: jgg Date: 2000-06-21 01:58:21 GMT Changed handling of the no-dowload case --- dselect/install | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dselect') diff --git a/dselect/install b/dselect/install index 8ac3523bd..e543344b5 100755 --- a/dselect/install +++ b/dselect/install @@ -39,7 +39,6 @@ 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 @@ -63,11 +62,6 @@ if [ $RES -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 auto) @@ -78,7 +72,7 @@ if [ $RES -eq 0 ]; then ;; prompt) exec 3>&1 - if [ `yesno "Do you want to erase the downloaded .deb files?" y` = y ]; then + if [ `yesno "Do you want to erase any previously downloaded .deb files?" y` = y ]; then $APTGET clean && echo "Press enter to continue." && read RES && exit 0; fi ;; -- cgit v1.2.3