From c8cdbaa37110978ac25e1f30ab4bf2ccadc9e9c3 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 30 Jan 2010 18:58:32 +0100 Subject: maj gnome-mount#0.8-2, ajout du post-install --- gnome/gnome-mount/Pkgfile | 2 +- gnome/gnome-mount/post-install | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100755 gnome/gnome-mount/post-install diff --git a/gnome/gnome-mount/Pkgfile b/gnome/gnome-mount/Pkgfile index 848e32683..f907824ae 100644 --- a/gnome/gnome-mount/Pkgfile +++ b/gnome/gnome-mount/Pkgfile @@ -6,7 +6,7 @@ name=gnome-mount version=0.8 -release=1 +release=2 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz) build() { diff --git a/gnome/gnome-mount/post-install b/gnome/gnome-mount/post-install new file mode 100755 index 000000000..e079178ad --- /dev/null +++ b/gnome/gnome-mount/post-install @@ -0,0 +1,19 @@ +#!/bin/sh + +port=gnome-mount + +# 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 + -- cgit v1.2.3-54-g00ecf