diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-10 20:08:34 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-10 20:08:34 -0500 |
commit | bd90bdd96e1ef36059651f68d0c3fb0a60e74d38 (patch) | |
tree | 5e0033bc231913ae01ee3ed501f333a4f56c770c /debian/postinst | |
parent | 8bee13cefc2fb907c2be20fd7d83de4f829502ea (diff) |
use debconf for prompting pre-apt
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..e0c6707 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +# source confmodule to ensure templates are loaded +. /usr/share/debconf/confmodule + +#DEBHELPER |