Code

Updated debconf stuff
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Jun 2007 08:47:51 +0000 (08:47 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Jun 2007 08:47:51 +0000 (08:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6716 594d385d-05f5-0310-b6e9-bd551577e9d8

debian/gosa-desktop.postinst
debian/gosa-desktop.postrm
debian/gosa-desktop.template [deleted file]
debian/gosa-desktop.templates [new file with mode: 0644]

index 157b7924ab59e15f4bb880b2bcb6720127d1e498..6eb0f922f0b63b60d03a231d4fc1f1410881d33f 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+#DEBHELPER#
+
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
index d47a3bfd5d4481a6d09f09ca2bde0a395c61b42c..b1329005f21367729b18aa02100d89cdd4d539c8 100755 (executable)
@@ -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 (file)
index 3c72321..0000000
+++ /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 (file)
index 0000000..3c72321
--- /dev/null
@@ -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.