summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f93abcb)
raw | patch | inline | side by side (parent: f93abcb)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jun 2007 08:47:51 +0000 (08:47 +0000) | ||
committer | cajus <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 | patch | blob | history | |
debian/gosa-desktop.postrm | patch | blob | history | |
debian/gosa-desktop.template | [deleted file] | patch | blob | history |
debian/gosa-desktop.templates | [new file with mode: 0644] | patch | blob |
index 157b7924ab59e15f4bb880b2bcb6720127d1e498..6eb0f922f0b63b60d03a231d4fc1f1410881d33f 100755 (executable)
#!/bin/sh -e
+#DEBHELPER#
+
# Source debconf library.
. /usr/share/debconf/confmodule
index d47a3bfd5d4481a6d09f09ca2bde0a395c61b42c..b1329005f21367729b18aa02100d89cdd4d539c8 100755 (executable)
#!/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
+++ /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
--- /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.