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/postinst | |
parent | 5079f660899a4e0fcf8c630c09db00288070722f (diff) |
clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was
dropped in maverick.
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 1588f5241..eb2a67d0e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,6 +10,9 @@ set -e +dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/01ubuntu \ + 0.8.16~exp12ubuntu6 -- "$@" + create_apt_conf () { EXAMPLE_SOURCE=/usr/share/doc/apt/examples/sources.list |