Browse Source

dselect/update: remove "-f" option as its not being used in the context of apt-get update

Michael Vogt 13 years ago
parent
commit
17e4360804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dselect/update

+ 1 - 1
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"