From 0befffc61ab79ca9ac511f3f08a05b0175def197 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 23 Jul 2011 01:48:32 +0200 Subject: yelp-xsl suppression post-install --- yelp-xsl/post-install | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 yelp-xsl/post-install diff --git a/yelp-xsl/post-install b/yelp-xsl/post-install deleted file mode 100755 index da694bc..0000000 --- a/yelp-xsl/post-install +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -GNOME_VERSION= - -port=yelp - -# 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 - -# desktop database -update-desktop-database > /dev/null - -# End of file -- cgit v1.2.3-54-g00ecf