summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/librsvg/librsvg.install
blob: 01eaab0eb20e066936e646556687a8b2b73631f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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	
}