From 4c5c2a4205926c76bbf513dc4b5c000508e15e9c Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 6 Mar 2012 18:16:22 +0000 Subject: gnome-search-tool ajout port --- gnome-search-tool/post-install | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 gnome-search-tool/post-install (limited to 'gnome-search-tool/post-install') diff --git a/gnome-search-tool/post-install b/gnome-search-tool/post-install new file mode 100755 index 0000000..ffb4f01 --- /dev/null +++ b/gnome-search-tool/post-install @@ -0,0 +1,31 @@ +#!/bin/sh + +port=gnome-search-tool + +# 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 + +# scrolls +SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" + +for SCROLL in $SCROLLS +do + /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null +done + +# desktop database +update-desktop-database -q + +# End of file -- cgit v1.2.3-70-g09d2