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/postrm | |
parent | 5079f660899a4e0fcf8c630c09db00288070722f (diff) |
clean up obsolete conffile /etc/apt/apt.conf.d/01ubuntu, which was
dropped in maverick.
Diffstat (limited to 'debian/postrm')
-rwxr-xr-x | debian/postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm index ae1e18d33..bb19d32cc 100755 --- a/debian/postrm +++ b/debian/postrm @@ -12,6 +12,9 @@ set -e #DEBHELPER# +dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/01ubuntu \ + 0.8.16~exp12ubuntu6 -- "$@" + case "$1" in remove) ;; |