updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / totem-gst / totem.install
blob6b8fffef7d54b745fb93fba22d5ab726cd323b32
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
7 pre_upgrade() {
8   if (( $(vercmp $2 2.91.91) < 0 )); then
9     usr/sbin/gconfpkg --uninstall totem
10   fi
13 post_upgrade() {
14   post_install
17 post_remove() {
18   post_install