diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:29:42 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:29:42 +0200 |
commit | 11ba1fd65b2585f89798b57c13d4924baa3ced91 (patch) | |
tree | 392cda0db854cb1624b45e903d1021609689bcd2 /extra/librsvg/post-install | |
parent | 1f9c6e9e936927b2fb7e30f7c5e4a63538d54d01 (diff) | |
download | nutyx-extra-11ba1fd65b2585f89798b57c13d4924baa3ced91.tar.gz nutyx-extra-11ba1fd65b2585f89798b57c13d4924baa3ced91.tar.bz2 nutyx-extra-11ba1fd65b2585f89798b57c13d4924baa3ced91.tar.xz nutyx-extra-11ba1fd65b2585f89798b57c13d4924baa3ced91.zip |
Ajout de librsvg#2.26.0-1
Diffstat (limited to 'extra/librsvg/post-install')
-rw-r--r-- | extra/librsvg/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/librsvg/post-install b/extra/librsvg/post-install new file mode 100644 index 000000000..e2322474b --- /dev/null +++ b/extra/librsvg/post-install @@ -0,0 +1,4 @@ +#!/bin/bash +# Mise à jour des pixbuf loaders pour ajouter le support SVG à GTK2 +/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 |