diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/pbuilder.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/pbuilder.postinst b/debian/pbuilder.postinst new file mode 100644 index 0000000..00bf681 --- /dev/null +++ b/debian/pbuilder.postinst @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +. /usr/share/debconf/confmodule +#DEBHELPER# +exit 0 |