PKGBUILDs/extra/librsvg/librsvg.install

14 lines
295 B
Text
Raw Normal View History

2009-09-26 14:35:50 +00:00
post_install() {
#We need to update the pixbuf loaders to let GTK support SVG images
usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}