summaryrefslogtreecommitdiffstats
path: root/extra/gdk-pixbuf/post-install
diff options
context:
space:
mode:
authorSibelle <sibelle at gmail dot com>2010-12-22 22:38:09 +0100
committerSibelle <sibelle at gmail dot com>2010-12-22 22:38:09 +0100
commit7353fc70f5840b917073adde0d672edb6f29979f (patch)
treec09ea0c5f5d3fceabf65e04f7a5b86d1ac336d8a /extra/gdk-pixbuf/post-install
parent244739ca56a493cd897a0e60f3fb63dd05fa1e45 (diff)
downloadnutyx-extra-7353fc70f5840b917073adde0d672edb6f29979f.tar.gz
nutyx-extra-7353fc70f5840b917073adde0d672edb6f29979f.tar.bz2
nutyx-extra-7353fc70f5840b917073adde0d672edb6f29979f.tar.xz
nutyx-extra-7353fc70f5840b917073adde0d672edb6f29979f.zip
ajout de gdk-pixbuf#2.22.1-1
Diffstat (limited to 'extra/gdk-pixbuf/post-install')
-rw-r--r--extra/gdk-pixbuf/post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/gdk-pixbuf/post-install b/extra/gdk-pixbuf/post-install
new file mode 100644
index 000000000..41dce13fb
--- /dev/null
+++ b/extra/gdk-pixbuf/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