From: Michael Vogt Date: Fri, 23 Aug 2013 11:44:21 +0000 (+0200) Subject: dselect/update: remove "-f" option as its not being used in the context of apt-get... X-Git-Tag: 0.9.11.1~1^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/17e4360804ffd2b5530b8ceb0e42834eb99e526e dselect/update: remove "-f" option as its not being used in the context of apt-get update --- 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"