updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / gtiles / gtiles.install
blobe47b4205da591c782f3749413a1ed2ee8775eba9
1 gtiles_schema=/etc/gconf/schemas/gtiles.schemas
3 post_install() {
4     GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source) \
5         gconftool-2 --makefile-install-rule ${gtiles_schema} > /dev/null 2>&1
6     pkill -HUP gconfd-2 > /dev/null 2>&1
9 post_upgrade() {
10     post_install $*
13 pre_remove() {
14     GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source) \
15         gconftool-2 --makefile-uninstall-rule ${gtiles_schema} > /dev/null 2>&1
16     pkill -HUP gconfd-2 > /dev/null 2>&1