diff options
author | sibel <lesibel@free.fr> | 2011-03-31 17:37:45 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-31 17:37:45 +0200 |
commit | dfa6d32c42d8ed37920c0ce978d0af5dea3d9627 (patch) | |
tree | 44882344f3f7115e47d947fe0940aa4b7a424124 /extra/libgweather/post-install | |
parent | 4bf3468cc689ec305270a4e0e2a3692f42edb6ed (diff) | |
download | nutyx-pakxe-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.gz nutyx-pakxe-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.bz2 nutyx-pakxe-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.xz nutyx-pakxe-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.zip |
libgweather deplace dans ouvert
Diffstat (limited to 'extra/libgweather/post-install')
-rwxr-xr-x | extra/libgweather/post-install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libgweather/post-install b/extra/libgweather/post-install deleted file mode 100755 index 4cfa07ed7..000000000 --- a/extra/libgweather/post-install +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -port=libgweather - -# 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 - -# End of file |