diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 23:44:23 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 23:44:23 -0600 |
commit | a295dde10166617650db160259681d6f2be7eeaa (patch) | |
tree | b4546840765adda6d3677f1437b7d5ae36e83d1e /testing/mutter/mutter.post-install | |
parent | 10e5d0573d248bfaaa5cbee1a44a960300fec205 (diff) | |
download | aports-a295dde10166617650db160259681d6f2be7eeaa.tar.bz2 aports-a295dde10166617650db160259681d6f2be7eeaa.tar.xz |
testing/mutter: new aport
Diffstat (limited to 'testing/mutter/mutter.post-install')
-rw-r--r-- | testing/mutter/mutter.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/mutter/mutter.post-install b/testing/mutter/mutter.post-install new file mode 100644 index 000000000..fdaf4e4f4 --- /dev/null +++ b/testing/mutter/mutter.post-install @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in mutter.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 |