summaryrefslogtreecommitdiffstats
path: root/gnome/evolution-webcal/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-25 21:30:26 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-25 21:30:26 +0100
commitb3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06 (patch)
treece36235dc25ffc03237ba6e5069bd7e985e86291 /gnome/evolution-webcal/post-install
parentfb986399e699fa060604548672e62e6271df7749 (diff)
downloadnutyx-extra-b3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06.tar.gz
nutyx-extra-b3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06.tar.bz2
nutyx-extra-b3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06.tar.xz
nutyx-extra-b3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06.zip
Ajout de evolution-webcal#2.28.0-1
Diffstat (limited to 'gnome/evolution-webcal/post-install')
-rwxr-xr-xgnome/evolution-webcal/post-install20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome/evolution-webcal/post-install b/gnome/evolution-webcal/post-install
new file mode 100755
index 000000000..c35ba0844
--- /dev/null
+++ b/gnome/evolution-webcal/post-install
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+port=evolution-webcal
+
+# gconf schemas
+SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
+
+for SCHEMA in $SCHEMAS
+do
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+done
+
+# reload gconf caches
+if [ ! -z "`pidof gconfd-2`" ]
+then
+ killall -HUP gconfd-2 > /dev/null
+fi
+
+# End of file