librsvg: fixed gpost-install script

This commit is contained in:
Jose V Beneyto 2013-11-26 12:04:46 +01:00
parent 50e710ba31
commit ade04d89ce
2 changed files with 3 additions and 4 deletions

View File

@ -10,9 +10,8 @@ NOTES
POST-INSTALL
For this application to work properly with SVG-based themes, you must
update your gdk-pixbuf.loaders:
To register SVG as a loadable module for gdk-pixbuf you must run:
# gdk-pixbuf-query-loaders > /usr/etc/gtk-2.0/gdk-pixbuf.loaders
# gdk-pixbuf-query-loaders --update-cache
To do that also you can execute the post-install script.

View File

@ -1,5 +1,5 @@
#!/bin/sh
gdk-pixbuf-query-loaders > /usr/etc/gtk-2.0/gdk-pixbuf.loaders
gdk-pixbuf-query-loaders --update-cache
# End of file