From 914408fec3a065ff6e5d4543319712130a3769b7 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 10 Nov 2009 21:02:59 +0100 Subject: maj bug-buddy#2.28.0-1 --- gnome/bug-buddy/post-install | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 gnome/bug-buddy/post-install (limited to 'gnome/bug-buddy/post-install') diff --git a/gnome/bug-buddy/post-install b/gnome/bug-buddy/post-install new file mode 100755 index 000000000..8750c8dad --- /dev/null +++ b/gnome/bug-buddy/post-install @@ -0,0 +1,23 @@ +#!/bin/sh + +port=bug-buddy + +# 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 + +# desktop database +update-desktop-database > /dev/null + +# End of file -- cgit v1.2.3-54-g00ecf