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