diff options
Diffstat (limited to 'testing/gnome-panel/gnome-panel.post-install')
-rw-r--r-- | testing/gnome-panel/gnome-panel.post-install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/gnome-panel/gnome-panel.post-install b/testing/gnome-panel/gnome-panel.post-install new file mode 100644 index 0000000000..692eb5b275 --- /dev/null +++ b/testing/gnome-panel/gnome-panel.post-install @@ -0,0 +1,18 @@ +#!/bin/sh + +for i in \ + clock.schemas \ + fish.schemas \ + panel-compatibility.schemas \ + panel-default-setup.entries \ + panel-general.schemas \ + panel-global.schemas \ + panel-object.schemas \ + panel-toplevel.schemas \ + window-list.schemas \ + workspace-switcher.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 |