summaryrefslogtreecommitdiffstats
path: root/main/libgweather/libgweather.post-install
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:29:06 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:29:06 -0600
commit02d24b36f7dd89648923bcae35e271848ab9ca3f (patch)
treeee0aa5d5801b80f615874fa6b604af4415c040e5 /main/libgweather/libgweather.post-install
parent833028ed8cd816c3d0f575b96e38c118f0e40347 (diff)
downloadaports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.bz2
aports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.xz
testing/libgweather: promote to main
Diffstat (limited to 'main/libgweather/libgweather.post-install')
-rw-r--r--main/libgweather/libgweather.post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/libgweather/libgweather.post-install b/main/libgweather/libgweather.post-install
new file mode 100644
index 000000000..c9c323078
--- /dev/null
+++ b/main/libgweather/libgweather.post-install
@@ -0,0 +1,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