diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-01 16:38:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-01 16:56:38 +0000 |
commit | 87044cdf9e4c2ac5096717f1736864d0758772aa (patch) | |
tree | ada8dbb915edd01555643deec94d0bbb64ed2429 /testing/shotwell/shotwell.post-upgrade | |
parent | 613fc65a15621448af5ca08114853b6177192049 (diff) | |
download | aports-87044cdf9e4c2ac5096717f1736864d0758772aa.tar.gz aports-87044cdf9e4c2ac5096717f1736864d0758772aa.tar.bz2 aports-87044cdf9e4c2ac5096717f1736864d0758772aa.tar.xz |
testing/shotwell: install scripts for gconf schemas
Diffstat (limited to 'testing/shotwell/shotwell.post-upgrade')
-rw-r--r-- | testing/shotwell/shotwell.post-upgrade | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/shotwell/shotwell.post-upgrade b/testing/shotwell/shotwell.post-upgrade new file mode 100644 index 0000000000..e6135da045 --- /dev/null +++ b/testing/shotwell/shotwell.post-upgrade @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in shotwell.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 |