#!/bin/sh

#MESSAGE#

case "$1" in
  configure)
    /etc/init.d/#APPNAME#-staging start
    ;;
esac
