From c370204a5de56a81ec0bf4388d140c42bd9a8950 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 2 Mar 2011 21:19:51 +0100 Subject: ekiga ds gnome --- extra/ekiga/post-install | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 extra/ekiga/post-install (limited to 'extra/ekiga/post-install') diff --git a/extra/ekiga/post-install b/extra/ekiga/post-install deleted file mode 100755 index df2fc11d4..000000000 --- a/extra/ekiga/post-install +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -port=ekiga - -# 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 - scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done - -# desktop database -update-desktop-database > /dev/null - -# End of file -- cgit v1.2.3-70-g09d2