diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-23 13:44:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-23 13:44:21 +0200 |
commit | 17e4360804ffd2b5530b8ceb0e42834eb99e526e (patch) | |
tree | 39f65e5789c404a39fceabb4c5fc9bc033ef6888 | |
parent | 1c946b5766c8f23e20d0032fcd9a01e2f891fbf9 (diff) |
dselect/update: remove "-f" option as its not being used in the context of apt-get update
-rwxr-xr-x | dselect/update | 2 |
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" |