From 710db7688a331fbf664e2981c5ae0699635ac1ae Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 27 Jun 2007 08:47:51 +0000 Subject: [PATCH] Updated debconf stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6716 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/gosa-desktop.postinst | 2 ++ debian/gosa-desktop.postrm | 2 ++ debian/{gosa-desktop.template => gosa-desktop.templates} | 0 3 files changed, 4 insertions(+) rename debian/{gosa-desktop.template => gosa-desktop.templates} (100%) diff --git a/debian/gosa-desktop.postinst b/debian/gosa-desktop.postinst index 157b7924a..6eb0f922f 100755 --- a/debian/gosa-desktop.postinst +++ b/debian/gosa-desktop.postinst @@ -1,5 +1,7 @@ #!/bin/sh -e +#DEBHELPER# + # Source debconf library. . /usr/share/debconf/confmodule diff --git a/debian/gosa-desktop.postrm b/debian/gosa-desktop.postrm index d47a3bfd5..b1329005f 100755 --- a/debian/gosa-desktop.postrm +++ b/debian/gosa-desktop.postrm @@ -1,5 +1,7 @@ #!/bin/sh -e +#DEBHELPER# + if [ "$1" = "purge" ]; then rm -f /etc/gosa/desktoprc fi diff --git a/debian/gosa-desktop.template b/debian/gosa-desktop.templates similarity index 100% rename from debian/gosa-desktop.template rename to debian/gosa-desktop.templates -- 2.30.2