diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-15 09:58:49 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-15 09:58:49 +0900 |
commit | a897e6d3114a4992f00ebb36c0604c5ee5f73462 (patch) | |
tree | 4f98bdb5b9e96e3726fa81ad753d8440515e32d1 /debian | |
parent | fb7bd263d023cc21d7cca6521e90bee095c239c4 (diff) | |
download | pbuilder-a897e6d3114a4992f00ebb36c0604c5ee5f73462.tar pbuilder-a897e6d3114a4992f00ebb36c0604c5ee5f73462.tar.gz |
postinst contains dummy call to debconf so that installing through dpkg will call debconf pbuilder.config script
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 |