From ecc73dee0a2e098a1c4e2171fc3074b80b773df3 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sat, 24 Oct 2009 19:00:30 +0200 Subject: ajout metacity#2.26.0-1 --- gnome/metacity/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 gnome/metacity/post-install (limited to 'gnome/metacity/post-install') diff --git a/gnome/metacity/post-install b/gnome/metacity/post-install new file mode 100755 index 000000000..5363d7dd6 --- /dev/null +++ b/gnome/metacity/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=metacity + +# 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 + +# End of file -- cgit v1.2.3-70-g09d2