diff options
Diffstat (limited to 'main/libgweather/libgweather.post-upgrade')
-rw-r--r-- | main/libgweather/libgweather.post-upgrade | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main/libgweather/libgweather.post-upgrade b/main/libgweather/libgweather.post-upgrade new file mode 100644 index 0000000000..c9c323078a --- /dev/null +++ b/main/libgweather/libgweather.post-upgrade @@ -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 |