#!/bin/sh

SERVICE=@package@

test "$1" = "upgrade" && exit 0

/etc/init.d/$SERVICE stop 2>&1

exit 0
