diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 18:49:14 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 18:49:14 +0200 |
commit | a4a6dc02ab9413a1318a9647d2bca8becc15b1e7 (patch) | |
tree | 9be83aaca8aeafad7a7ef14fa7099f39f0b2be22 /base/gtk/post-install | |
parent | 6bbd93df57af473848465d91847feec9b9ab51d0 (diff) | |
download | nutyx-pakxe-a4a6dc02ab9413a1318a9647d2bca8becc15b1e7.tar.gz nutyx-pakxe-a4a6dc02ab9413a1318a9647d2bca8becc15b1e7.tar.bz2 nutyx-pakxe-a4a6dc02ab9413a1318a9647d2bca8becc15b1e7.tar.xz nutyx-pakxe-a4a6dc02ab9413a1318a9647d2bca8becc15b1e7.zip |
Ajout de gtk#2.16.5-1
Diffstat (limited to 'base/gtk/post-install')
-rw-r--r-- | base/gtk/post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/gtk/post-install b/base/gtk/post-install new file mode 100644 index 000000000..41dce13fb --- /dev/null +++ b/base/gtk/post-install @@ -0,0 +1,5 @@ +#!/bin/sh +rm -f /etc/gtk-2.0/gdk-pixbuf.loaders &> /dev/null +rm -f /etc/gtk-2.0/gtk.immodules &> /dev/null +/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 |