#!/bin/sh set -x case $2 in PRE-INSTALL) ;; POST-INSTALL) ${PKG_PREFIX}/bin/gdk-pixbuf-query-loaders --update-cache ;; esac exit 0 #EOF