aboutsummaryrefslogtreecommitdiff
path: root/debian/pbuilder.preinst
blob: ba191a438b5278758b9cd9e3fe051233c0692642 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e

dpkg-maintscript-helper rm_conffile \
	/etc/bash_completion.d/pbuilder 0.215+nmu4~ pbuilder -- "$@"

#DEBHELPER#