1 # arg 1: the new package version
3 # we need to ldconfig first, in case xfree86's libs aren't
6 mkdir -p etc/gtk-2.0 &>/dev/null
7 usr/bin/gtk-query-immodules-2.0 >etc/gtk-2.0/gtk.immodules
8 usr/bin/gdk-pixbuf-query-loaders >etc/gtk-2.0/gdk-pixbuf.loaders
11 # arg 1: the new package version
12 # arg 2: the old package version
17 # arg 1: the old package version
19 rm -f etc/gtk-2.0/gtk.immodules &>/dev/null
20 rm -f etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
21 rmdir etc/gtk-2.0 &>/dev/null