#!/bin/sh set -e case "$1" in purge|remove) # continue below ;; *) exit 0 ;; esac # stop the service service ossec-hids stop # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0