diff options
Diffstat (limited to 'debian/pbuilder.postinst')
-rw-r--r-- | debian/pbuilder.postinst | 4 |
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 |