diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
commit | 499dd4be3c8864b8411c58192ac164bbfd2f1df7 (patch) | |
tree | 72392abc3ebd8149f08faeaa3cbef2a6fb05c295 /community/gnome-power-manager/gnome-power-manager.post-install | |
parent | 4f8661131edab83465dbf3a817fd0506b2dc5541 (diff) | |
download | aports-499dd4be3c8864b8411c58192ac164bbfd2f1df7.tar.bz2 aports-499dd4be3c8864b8411c58192ac164bbfd2f1df7.tar.xz |
main/gnome-power-manager: move to community
Diffstat (limited to 'community/gnome-power-manager/gnome-power-manager.post-install')
-rw-r--r-- | community/gnome-power-manager/gnome-power-manager.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/gnome-power-manager/gnome-power-manager.post-install b/community/gnome-power-manager/gnome-power-manager.post-install new file mode 100644 index 0000000000..8d6b50a50e --- /dev/null +++ b/community/gnome-power-manager/gnome-power-manager.post-install @@ -0,0 +1,7 @@ +#!/bin/sh + +for i in gnome-power-manager.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 |