# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
case "$1" in
configure)
USERNAME="$RET"
db_get xvm-iscsi-config/password
PASSWORD="$RET"
+ db_stop
cat >/etc/invirt/conf.d/iscsi <<EOF
iscsi:
;;
esac
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
exit 0