#!/bin/sh ## ---------------------------------------------------------------------- ## debian/postinst : postinstallation script for stockthis ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- set -e chmod +x /usr/bin/stockthis gtk-update-icon-cache -f /usr/share/icons/hicolor exit 0