core/librsvg/librsvg.install
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

14 lines
295 B
Plaintext

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
}