summaryrefslogtreecommitdiffstats
path: root/extra/at-spi/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-11 21:17:13 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-11 21:17:13 +0100
commit0db497e1c9d84595beafe1baac4188e07bfbb54d (patch)
tree656f1fba1e625cd2f61d8c2982e3e71a74504ed3 /extra/at-spi/post-install
parent7946295b3dd79cf42321ce49d97478a7e7bbc602 (diff)
downloadnutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.gz
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.bz2
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.xz
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.zip
maj at-spi#1.28.1-1
Diffstat (limited to 'extra/at-spi/post-install')
-rwxr-xr-xextra/at-spi/post-install20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/at-spi/post-install b/extra/at-spi/post-install
deleted file mode 100755
index 5fb56d7f0..000000000
--- a/extra/at-spi/post-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-port=at-spi
-
-# 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
-
-# End of file