gtk/gtk2/gtk2.install

19 lines
371 B
Plaintext
Raw Normal View History

2013-05-04 07:55:24 +08:00
post_install() {
/usr/bin/gtk-query-immodules-2.0 --update-cache
2013-05-04 07:55:24 +08:00
}
post_upgrade() {
if (( $(vercmp $2 2.24.20) < 0 )); then
rm -f /etc/gtk-2.0/gtk.immodules
fi
2013-05-04 07:55:24 +08:00
post_install
}
pre_remove() {
rm -f etc/gtk-2.0/gtk.immodules &>/dev/null
rm -f etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
rm -f /usr/lib/gtk-2.0/2.10.0/immodules.cache &>/dev/null
2013-05-04 07:55:24 +08:00
}