#!/bin/sh
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for maemo-periodic
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
set -e

chmod +x /usr/bin/maemo-periodic

gtk-update-icon-cache -f /usr/share/icons/hicolor


exit 0
