touch -m #ICONDIR#
if [ "$1" = configure ] && \
   [ -x "`which gtk-update-icon-cache 2>/dev/null`" ] && \
   [ -f /etc/gtk-2.0/gdk-pixbuf.loaders ] && \
   [ "`find #ICONDIR# -mindepth 1 -maxdepth 1 -type d | wc -l`" -gt 0 ] && \
   [ "`find #ICONDIR# -mindepth 1 -maxdepth 1 -type f -name index.theme | wc -l`" -eq 1 ]; then
	gtk-update-icon-cache -q #ICONDIR#
fi
