#!/bin/sh

#MESSAGE#

case "$1" in
  configure)
    /etc/cron.hourly/#APPNAME# --initialize
    ;;
esac
