summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-23 13:44:21 +0200
committerMichael Vogt <mvo@debian.org>2013-08-23 13:44:21 +0200
commit17e4360804ffd2b5530b8ceb0e42834eb99e526e (patch)
tree39f65e5789c404a39fceabb4c5fc9bc033ef6888 /dselect
parent1c946b5766c8f23e20d0032fcd9a01e2f891fbf9 (diff)
dselect/update: remove "-f" option as its not being used in the context of apt-get update
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/update b/dselect/update
index 411033ca9..487fbf226 100755
--- a/dselect/update
+++ b/dselect/update
@@ -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"