summaryrefslogtreecommitdiffstats
path: root/abs/core/gdk-pixbuf2/gdk-pixbuf2.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-15 22:19:09 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-15 22:19:09 (GMT)
commitab2bf439ab66e334fb8db266f555e6bc97db9286 (patch)
treee776e2601670db71d6b0495cf2c84b69d9f67344 /abs/core/gdk-pixbuf2/gdk-pixbuf2.install
parenta50622f2a92acb1a48a3aa651d58381884ff163c (diff)
downloadlinhes_pkgbuild-ab2bf439ab66e334fb8db266f555e6bc97db9286.zip
linhes_pkgbuild-ab2bf439ab66e334fb8db266f555e6bc97db9286.tar.gz
linhes_pkgbuild-ab2bf439ab66e334fb8db266f555e6bc97db9286.tar.bz2
gdk-pixbuf2: recompile for libx11
Diffstat (limited to 'abs/core/gdk-pixbuf2/gdk-pixbuf2.install')
-rw-r--r--abs/core/gdk-pixbuf2/gdk-pixbuf2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/gdk-pixbuf2/gdk-pixbuf2.install b/abs/core/gdk-pixbuf2/gdk-pixbuf2.install
new file mode 100644
index 0000000..1b35942
--- /dev/null
+++ b/abs/core/gdk-pixbuf2/gdk-pixbuf2.install
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ rm -f usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}