summaryrefslogtreecommitdiffstats
path: root/main/metacity/metacity.post-install
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:26:29 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:26:29 -0600
commit10c410a2cfd3e437af9338eb4a6a6745ba4e1d32 (patch)
treeec435e000b2ea76e8b43df1ba449c15ea98a1fdc /main/metacity/metacity.post-install
parentc9345b5f3f6a582ea06de0c71fa4e69713182eca (diff)
downloadaports-fcolista-10c410a2cfd3e437af9338eb4a6a6745ba4e1d32.tar.bz2
aports-fcolista-10c410a2cfd3e437af9338eb4a6a6745ba4e1d32.tar.xz
testing/metacity: promote to main
Diffstat (limited to 'main/metacity/metacity.post-install')
-rw-r--r--main/metacity/metacity.post-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/metacity/metacity.post-install b/main/metacity/metacity.post-install
new file mode 100644
index 0000000000..4b16502e4a
--- /dev/null
+++ b/main/metacity/metacity.post-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for i in metacity.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