diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:29:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:29:48 +0100 |
commit | 400a53ca1b5c82c9ad40c662daf4bbe54a018003 (patch) | |
tree | db81119f6f4927ade56c204f30ab69e9870c43a0 /extra/firestarter/post-install | |
parent | 23568da3b83487cb6d012914045d5ba1c3bcadca (diff) | |
download | nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.gz nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.bz2 nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.xz nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.zip |
firestarter dans test
Diffstat (limited to 'extra/firestarter/post-install')
-rw-r--r-- | extra/firestarter/post-install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/firestarter/post-install b/extra/firestarter/post-install deleted file mode 100644 index 6b91dd9fa..000000000 --- a/extra/firestarter/post-install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -GNOME_VERSION= -port=firestarter - -# gconf schemas -SCHEMAS="`pkginfo -l $port | grep etc/gnome/$GNOME_VERSION/gconf/schemas/.*\.schemas$`" -for SCHEMA in $SCHEMAS -do - export GCONF_CONFIG_SOURCE=`/opt/gnome/bin/gconftool-2 --get-default-source` - /opt/gnome/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 |