X-Git-Url: https://scm.cri.ensmp.fr/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3:/debian/config..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/debian/static/gitweb.css diff --git a/debian/config b/debian/config deleted file mode 100755 index 575a51b..0000000 --- a/debian/config +++ /dev/null @@ -1,22 +0,0 @@ -#!/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