X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=debian%2Fossec-hids%2FDEBIAN%2Fprerm;fp=debian%2Fossec-hids%2FDEBIAN%2Fprerm;h=0000000000000000000000000000000000000000;hp=b17094709dd384b5d90956f7aaf04ee99ae26873;hb=946517cefb8751a43a89bda4220221f065f4e5d1;hpb=3f728675941dc69d4e544d3a880a56240a6e394a diff --git a/debian/ossec-hids/DEBIAN/prerm b/debian/ossec-hids/DEBIAN/prerm deleted file mode 100755 index b170947..0000000 --- a/debian/ossec-hids/DEBIAN/prerm +++ /dev/null @@ -1,23 +0,0 @@ -#!/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. - - - -exit 0