From: cajus Date: Wed, 27 Jun 2007 08:47:51 +0000 (+0000) Subject: Updated debconf stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=710db7688a331fbf664e2981c5ae0699635ac1ae;p=gosa.git Updated debconf stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6716 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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.template deleted file mode 100644 index 3c7232161..000000000 --- a/debian/gosa-desktop.template +++ /dev/null @@ -1,9 +0,0 @@ -Template: gosa-desktop/url -Type: string -Default: https://www.gosa-project.org/demo/2.5 -Description: What is the URL to your GOsa installation? - The gosa start script can automatically point your - browser to a system wide default location of your - GOsa instance. - . - Enter the URL in order to set this default. diff --git a/debian/gosa-desktop.templates b/debian/gosa-desktop.templates new file mode 100644 index 000000000..3c7232161 --- /dev/null +++ b/debian/gosa-desktop.templates @@ -0,0 +1,9 @@ +Template: gosa-desktop/url +Type: string +Default: https://www.gosa-project.org/demo/2.5 +Description: What is the URL to your GOsa installation? + The gosa start script can automatically point your + browser to a system wide default location of your + GOsa instance. + . + Enter the URL in order to set this default.