diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-15 22:19:09 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-15 22:19:09 (GMT) |
commit | ab2bf439ab66e334fb8db266f555e6bc97db9286 (patch) | |
tree | e776e2601670db71d6b0495cf2c84b69d9f67344 /abs/core/gdk-pixbuf2/gdk-pixbuf2.install | |
parent | a50622f2a92acb1a48a3aa651d58381884ff163c (diff) | |
download | linhes_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.install | 11 |
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 +} |