From 11e6f40674631154a8db1082f6fbf42de3ce3092 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 26 Aug 2013 18:45:32 +0200 Subject: dselect/install: * dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532) --- dselect/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dselect') 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" -- cgit v1.2.3