updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / wp_tray / wp_tray.install
blob9e8251c2a7dff2b7768df80e86bca4ce86e6a84d
1 post_install() {
2         export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
3         echo " -> Installing gconf schema"
4         gconftool-2 --makefile-install-rule /etc/gconf/schemas/wp_tray.schemas > /dev/null || return 1
7 post_upgrade() {
8         export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
9         echo " -> Updating gconf schema"
10         gconftool-2 --makefile-install-rule /etc/gconf/schemas/wp_tray.schemas > /dev/null || return 1