From de94c504be7d90c1fef2ce17658de994d6cce01c Mon Sep 17 00:00:00 2001 From: sibel sibel Date: Thu, 11 Feb 2010 23:15:04 +0100 Subject: Ajout de firestarter#1.0.3-1 --- extra/firestarter/post-install | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extra/firestarter/post-install (limited to 'extra/firestarter/post-install') diff --git a/extra/firestarter/post-install b/extra/firestarter/post-install new file mode 100644 index 000000000..6b91dd9fa --- /dev/null +++ b/extra/firestarter/post-install @@ -0,0 +1,18 @@ +#!/bin/sh + +GNOME_VERSION= +port=firestarter + +# gconf schemas +SCHEMAS="`pkginfo -l $port | grep etc/gnome/$GNOME_VERSION/gconf/schemas/.*\.schemas$`" +for SCHEMA in $SCHEMAS +do + export GCONF_CONFIG_SOURCE=`/opt/gnome/bin/gconftool-2 --get-default-source` + /opt/gnome/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 -- cgit v1.2.3-70-g09d2