updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / alexandria / alexandria.install
blob65c12f3b0bd67effb4977c78417fb6f2abc6e949
1 schemas=(
2   'usr/share/gconf/schemas/alexandria.schemas'
5 post_install() {
6   for schema in "${schemas[@]}" ; do
7     GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 \
8     --get-default-source` usr/bin/gconftool-2 \
9     --makefile-install-rule "$schema" > /dev/null 2>&1
10   done
11   kill -s HUP `pidof /usr/lib/GConf/gconfd-2` > /dev/null 2>&1
12   echo "updating scrollkeeper catalogue ..."
13   scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
14   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor > /dev/null 2>&1
15   update-desktop-database > /dev/null 2>&1
18 post_upgrade() {
19   post_install $1
22 pre_remove() {
23   for schema in "${schemas[@]}" ; do
24     GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` usr/bin/gconftool-2 --makefile-uninstall-rule "$schema" > /dev/null 2>&1
25   done
26   echo "updating scrollkeeper catalogue ..."
27   kill -s HUP `pidof /usr/lib/GConf/gconfd-2` > /dev/null 2>&1
28   scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
29   update-desktop-database > /dev/null 2>&1
32 post_remove() {
33   echo "updating scrollkeeper catalogue ..."
34   scrollkeeper-update -p /var/lib/scrollkeeper > /dev/null 2>&1
35   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor > /dev/null 2>&1     
36   update-desktop-database > /dev/null 2>&1