summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2012-06-11 15:16:27 -0700
committerSteve Langasek <steve.langasek@canonical.com>2012-06-11 15:16:27 -0700
commitcc68ddf9045d6663dfb4f4fddf6c2b27de7144f6 (patch)
tree0f1f9b841c8c52c7b0ab258ed46f44e31154ff3d /debian/postrm
parent825098c2740b2d5ebea0c16c43685f55da201315 (diff)
Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
removed in previous LTS.
Diffstat (limited to 'debian/postrm')
-rwxr-xr-xdebian/postrm3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/postrm b/debian/postrm
index bb19d32cc..ae1e18d33 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -12,9 +12,6 @@ set -e
#DEBHELPER#
-dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/01ubuntu \
- 0.8.16~exp12ubuntu6 -- "$@"
-
case "$1" in
remove)
;;