From adec25f54995debcaa165864eaaf4654802f0ca0 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 16 Jul 2002 05:58:13 +0000 Subject: - Debian package now nearly finished - Applied patches from Chris Halls --- debian/plptools.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/plptools.config (limited to 'debian/plptools.config') diff --git a/debian/plptools.config b/debian/plptools.config new file mode 100644 index 0000000..6fe411f --- /dev/null +++ b/debian/plptools.config @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e +# Use debconf baby +. /usr/share/debconf/confmodule + +# minimalistic for now ;-) +db_text medium plptools/customize || true +db_go + +exit 0 -- cgit v1.2.3