diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 15:16:27 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 15:16:27 -0700 |
commit | cc68ddf9045d6663dfb4f4fddf6c2b27de7144f6 (patch) | |
tree | 0f1f9b841c8c52c7b0ab258ed46f44e31154ff3d /debian/preinst | |
parent | 825098c2740b2d5ebea0c16c43685f55da201315 (diff) |
Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
removed in previous LTS.
Diffstat (limited to 'debian/preinst')
-rwxr-xr-x | debian/preinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/preinst b/debian/preinst index 6ccdfb1a3..985ad9b84 100755 --- a/debian/preinst +++ b/debian/preinst @@ -7,9 +7,6 @@ set -e # rm /var/state/apt #fi -dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/01ubuntu \ - 0.8.16~exp12ubuntu6 -- "$@" - if [ "$1" = "upgrade" -o "$1" = "install" -a "$2" != "" ]; then if [ ! -e /var/lib/apt -a -e /var/state/apt ]; then # upgrading from /var/state/apt using apt. |