diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-03-24 00:09:07 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-03-24 00:09:07 -0700 |
commit | 6bd602616e8264216fa0f49f049db14f324a8c8d (patch) | |
tree | 94513d4231f32420ed64b1a4221a53240122a572 /debian/preinst | |
parent | 5079f660899a4e0fcf8c630c09db00288070722f (diff) |
clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was
dropped in maverick.
Diffstat (limited to 'debian/preinst')
-rwxr-xr-x | debian/preinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/preinst b/debian/preinst index 985ad9b84..6ccdfb1a3 100755 --- a/debian/preinst +++ b/debian/preinst @@ -7,6 +7,9 @@ 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. |