summaryrefslogtreecommitdiffstats
path: root/main/libgweather/libgweather.post-install
blob: c9c323078a024c0b968501f32874330873d9b6b4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

for i in gweather.schemas; do
        echo "Installing GConf2 schema $i."
	GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
		/usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
done