diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-02 21:19:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-02 21:19:51 +0100 |
commit | c370204a5de56a81ec0bf4388d140c42bd9a8950 (patch) | |
tree | a4b025ab63aea07e9ae0e392d7fd8ef353042e84 /extra/ekiga/post-install | |
parent | ad5fc6859b5d05bf8949948a66b2dac41f356830 (diff) | |
download | nutyx-pakxe-c370204a5de56a81ec0bf4388d140c42bd9a8950.tar.gz nutyx-pakxe-c370204a5de56a81ec0bf4388d140c42bd9a8950.tar.bz2 nutyx-pakxe-c370204a5de56a81ec0bf4388d140c42bd9a8950.tar.xz nutyx-pakxe-c370204a5de56a81ec0bf4388d140c42bd9a8950.zip |
ekiga ds gnome
Diffstat (limited to 'extra/ekiga/post-install')
-rwxr-xr-x | extra/ekiga/post-install | 31 |
1 files changed, 0 insertions, 31 deletions
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 |