[pkg-kolab] r1135 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Jan 14 20:11:52 UTC 2009


Author: mparent-guest
Date: 2009-01-14 20:11:52 +0000 (Wed, 14 Jan 2009)
New Revision: 1135

Modified:
   kolab-webclient/trunk/debian/postinst
Log:
run kolabconf if available


Modified: kolab-webclient/trunk/debian/postinst
===================================================================
--- kolab-webclient/trunk/debian/postinst	2009-01-14 20:06:42 UTC (rev 1134)
+++ kolab-webclient/trunk/debian/postinst	2009-01-14 20:11:52 UTC (rev 1135)
@@ -17,6 +17,12 @@
 	fi
 }
 
+configure_kolab() {
+	if command -v kolabconf >/dev/null 2>&1; then
+		kolabconf || :
+	fi
+}
+
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
@@ -34,7 +40,7 @@
     configure)
         initialize_horde_db
         configure_apache
-        
+        configure_kolab
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the pkg-kolab-devel mailing list