summaryrefslogtreecommitdiffstats
path: root/extra/libgweather/post-install
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-31 17:37:45 +0200
committersibel <lesibel@free.fr>2011-03-31 17:37:45 +0200
commitdfa6d32c42d8ed37920c0ce978d0af5dea3d9627 (patch)
tree44882344f3f7115e47d947fe0940aa4b7a424124 /extra/libgweather/post-install
parent4bf3468cc689ec305270a4e0e2a3692f42edb6ed (diff)
downloadnutyx-extra-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.gz
nutyx-extra-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.bz2
nutyx-extra-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.tar.xz
nutyx-extra-dfa6d32c42d8ed37920c0ce978d0af5dea3d9627.zip
libgweather deplace dans ouvert
Diffstat (limited to 'extra/libgweather/post-install')
-rwxr-xr-xextra/libgweather/post-install20
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