From f8513ad1c7f07d23a3a5ae874e2e066ccb7fbe7c Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 24 Oct 2009 18:59:29 +0200 Subject: ajout libgnomekbd#2.26.0-1 --- gnome/libgnomekbd/post-install | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 gnome/libgnomekbd/post-install (limited to 'gnome/libgnomekbd/post-install') diff --git a/gnome/libgnomekbd/post-install b/gnome/libgnomekbd/post-install new file mode 100755 index 000000000..3026caebf --- /dev/null +++ b/gnome/libgnomekbd/post-install @@ -0,0 +1,23 @@ +#!/bin/sh + +port=libgnomekbd + +# gconf schemas +SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" + +for SCHEMA in $SCHEMAS +do + export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source` + $GNOME_PREFIX/bin/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 + +# desktop database +update-desktop-database > /dev/null + +# End of file -- cgit v1.2.3-70-g09d2