summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-26 18:45:32 +0200
committerMichael Vogt <mvo@debian.org>2013-08-26 18:45:32 +0200
commit11e6f40674631154a8db1082f6fbf42de3ce3092 (patch)
tree7ef739143d90e53babe7f85b54d3cb402281a8fc /dselect
parentd83f4c2e06b372d2871fcf0bfe5b7b2bbbfb2fc2 (diff)
dselect/install:
* dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532)
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install
index 3ef213550..e9974b23e 100755
--- a/dselect/install
+++ b/dselect/install
@@ -5,7 +5,7 @@ TEXTDOMAIN="apt"
# Get the configuration from /etc/apt/apt.conf
CLEAN="prompt"
-OPTS="-f"
+OPTS=""
APTGET="/usr/bin/apt-get"
DPKG="/usr/bin/dpkg"
DPKG_OPTS="--admindir=$1"