Your IP : 216.73.216.95


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/libapache2-mod-security2.postinst

#!/bin/sh
set -e
# Automatically added by dh_apache2/UNDECLARED
if true; then
	if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
		. /usr/share/apache2/apache2-maintscript-helper
		for conf in security2  ; do
			apache2_invoke enmod $conf  || exit $?
		done
	fi
fi
# End automatically added section