]> git.saurik.com Git - apt.git/blobdiff - dselect/update
Additional test for the case when installed version != newest version
[apt.git] / dselect / update
index b58fa13d83d0d84929fe0185a523319b09934d6e..487fbf226d1ab253b576e2b4285da709b838e57b 100755 (executable)
@@ -6,7 +6,7 @@ TEXTDOMAIN="apt"
 
 # Get the configuration from /etc/apt/apt.conf
 CLEAN="prompt"
-OPTS="-f"
+OPTS=""
 APTGET="/usr/bin/apt-get"
 APTCACHE="/usr/bin/apt-cache"
 DPKG="/usr/bin/dpkg"
@@ -27,7 +27,7 @@ CACHEDIR=`echo $CACHEDIR | sed -e "s|/$||"`
 STATUS=1
 if $APTGET $OPTS "$APT_OPT0" "$APT_OPT1" update
 then
-    echo $"Merging Available information"
+    echo $"Merging available information"
     rm -f $CACHEDIR/available
     $APTCACHE dumpavail > $CACHEDIR/available
     $DPKG "$DPKG_OPTS" --update-avail $CACHEDIR/available