From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- gnome-vfs/post-install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 gnome-vfs/post-install (limited to 'gnome-vfs/post-install') diff --git a/gnome-vfs/post-install b/gnome-vfs/post-install new file mode 100755 index 000000000..939b933c1 --- /dev/null +++ b/gnome-vfs/post-install @@ -0,0 +1,20 @@ +#!/bin/sh + +port=gnome-vfs + +# gconf schemas +SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" + +for SCHEMA in $SCHEMAS +do + export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` + /usr/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-54-g00ecf