diff options
-rwxr-xr-x | dselect/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/update b/dselect/update index 904648428..9195912ea 100755 --- a/dselect/update +++ b/dselect/update @@ -23,7 +23,7 @@ $APTGET $OPTS update || FAILED=1 set -e echo "Merging Available information" -rm -f /var/cache/apt/available +rm -f $CACHEDIR/available $APTCACHE dumpavail > $CACHEDIR/available $DPKG --update-avail $CACHEDIR/available rm -f $CACHEDIR/available |