obrisane nepotrebne datoteke od zadnjeg builda
[ossec-hids.git] / debian / ossec-hids / DEBIAN / prerm
diff --git a/debian/ossec-hids/DEBIAN/prerm b/debian/ossec-hids/DEBIAN/prerm
deleted file mode 100755 (executable)
index b170947..0000000
+++ /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