aboutsummaryrefslogtreecommitdiff
path: root/debian/pbuilder.postinst
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2015-06-22 10:46:35 +0200
committerAndreas Henriksson <andreas@fatal.se>2015-06-22 11:08:30 +0200
commit5a178151859dbcb2dd01b5e5b8dbb4e6a0b28df1 (patch)
tree45fd8cff046e334abefd1f66f72779ca8338cdda /debian/pbuilder.postinst
parent7caa56747337b96617cb59757ef96e4dc7e36571 (diff)
downloadpbuilder-5a178151859dbcb2dd01b5e5b8dbb4e6a0b28df1.tar
pbuilder-5a178151859dbcb2dd01b5e5b8dbb4e6a0b28df1.tar.gz
Use dpkg-maintscript-helper rm_conffile to clean up old /etc/bash_completion.d/pbuilder
Diffstat (limited to 'debian/pbuilder.postinst')
-rw-r--r--debian/pbuilder.postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/pbuilder.postinst b/debian/pbuilder.postinst
index 00bf681..f42d99b 100644
--- a/debian/pbuilder.postinst
+++ b/debian/pbuilder.postinst
@@ -1,5 +1,9 @@
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
+
+dpkg-maintscript-helper rm_conffile \
+ /etc/bash_completion.d/pbuilder 0.215+nmu4~ pbuilder -- "$@"
+
#DEBHELPER#
exit 0