From b3c61d0ebbf64ecfe2f32f4a90c68a0b081acb06 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Nov 2009 21:30:26 +0100 Subject: Ajout de evolution-webcal#2.28.0-1 --- gnome/evolution-webcal/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 gnome/evolution-webcal/post-install (limited to 'gnome/evolution-webcal/post-install') 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 -- cgit v1.2.3-70-g09d2