#!/bin/sh

cat <<BANNER
--------------------------------------------------------------
You just installed the OWASP ModSecurity Core Rule Set.
This is a weekly build package found on http://deb.myguard.nl
For more information please see https://coreruleset.org/
--------------------------------------------------------------
BANNER

#DEBHELPER#

exit 0

