summaryrefslogtreecommitdiffstats
path: root/libgweather/post-install
blob: 397dd656d2a56cbcb06524899585dbdafec535bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

# End of file