#!/bin/sh ## ---------------------------------------------------------------------- ## debian/postinst : postinstallation script for findit ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- set -e oldversion="$2" [ -z "$oldversion" ] && gtk-update-icon-cache -f /usr/share/icons/hicolor exit 0