add missing file

This commit is contained in:
Weng Xuetian 2015-01-21 23:55:58 +00:00
parent 43b595577e
commit 7b3012514e

View File

@ -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
}