diff options
author | sibel <lesibel@free.fr> | 2011-03-16 13:18:16 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-16 13:18:16 +0100 |
commit | ef43dfd930e92051251fd6368dcb20b8e398a86a (patch) | |
tree | d3cce4465aef35e32a58c3c9acfda41b4873d433 /extra/comix/post-install | |
parent | 567c19560891689117bf2c9c157785544bbc93be (diff) | |
download | nutyx-pakxe-ef43dfd930e92051251fd6368dcb20b8e398a86a.tar.gz nutyx-pakxe-ef43dfd930e92051251fd6368dcb20b8e398a86a.tar.bz2 nutyx-pakxe-ef43dfd930e92051251fd6368dcb20b8e398a86a.tar.xz nutyx-pakxe-ef43dfd930e92051251fd6368dcb20b8e398a86a.zip |
comix déplacé dans ouvert
Diffstat (limited to 'extra/comix/post-install')
-rwxr-xr-x | extra/comix/post-install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/comix/post-install b/extra/comix/post-install deleted file mode 100755 index 073764cba..000000000 --- a/extra/comix/post-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -port=comix - -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" - -for SCHEMA in $SCHEMAS -do - export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source` - $GNOME_PREFIX/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 - -# End of file |