From 87044cdf9e4c2ac5096717f1736864d0758772aa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 Feb 2011 16:38:16 +0000 Subject: testing/shotwell: install scripts for gconf schemas --- testing/shotwell/shotwell.post-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/shotwell/shotwell.post-install (limited to 'testing/shotwell/shotwell.post-install') diff --git a/testing/shotwell/shotwell.post-install b/testing/shotwell/shotwell.post-install new file mode 100644 index 0000000000..e6135da045 --- /dev/null +++ b/testing/shotwell/shotwell.post-install @@ -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 -- cgit v1.2.1