X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/debian/config diff --git a/Products/GroupUserFolder/debian/config b/Products/GroupUserFolder/debian/config new file mode 100755 index 0000000..575a51b --- /dev/null +++ b/Products/GroupUserFolder/debian/config @@ -0,0 +1,22 @@ +#!/bin/sh -e +#---------------------------------------------------------------- +# Simple `.config' script for zope-* packages. +# First coded by Luca - De Whiskey's - De Vitis +#---------------------------------------------------------------- + +# Load the confmodule. +. /usr/share/debconf/confmodule + +# Setup. +db_version 2.0 +db_capb backup + +# Prompt the question to the user. +db_input low "$(basename $0 .config)/postinst" || true +db_go + +# Stop the communication with the db. +db_stop + +# That's all folks! +exit 0