#!/bin/sh set -x case $2 in DEINSTALL) /bin/rm -f ${PKG_PREFIX}/share/icons/gnome/icon-theme.cache ;; POST-DEINSTALL) ;; esac #EOF