From 77da50f4913fa24efe0e061cca00093b7e09991e Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Mon, 5 Nov 2007 19:48:43 +0000 Subject: [PATCH] r6: * Iskljucen debconf include. --- debian/postinst | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index 196c904..1f6771e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,9 +4,6 @@ set -e [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx -# Source debconf library. -. /usr/share/debconf/confmodule - case "$1" in configure) # continue below -- 1.7.10.4