#!/bin/sh set -e if [ "$1" = "configure" ]; then if command -v gtk-update-icon-cache >/dev/null 2>&1; then gtk-update-icon-cache -f -t /usr/share/icons/MonoIcons || true fi fi #DEBHELPER#