blob: de5ca6c6c0c6589c89dafb53e13a57644cec9a34 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
#We need to update the pixbuf loaders to let GTK support SVG images
gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
exit 0
|