updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / vinagre-spice / vinagre.install
blob68158ac80cee257b8fcaf765e70025b966208164
1 post_install() {
2   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
3   update-desktop-database -q
4   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5   update-mime-database usr/share/mime > /dev/null
8 pre_upgrade() {
9   if (( $(vercmp $2 2.91.91-2) < 0 )); then
10     usr/sbin/gconfpkg --uninstall vinagre
11   fi
14 post_upgrade() {
15   post_install
18 post_remove() {
19   post_install