summaryrefslogtreecommitdiffstats
path: root/abs/core/librsvg/librsvg.install
blob: 8a6dd5a13669e4c429faff58ef572417c09213c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# arg 1:  the new package version
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	
}