Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
libapache2-mod-evasive.prerm
back
Copy
#!/bin/sh set -e # Automatically added by dh_apache2/UNDECLARED if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then if true; then if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper for conf in evasive ; do apache2_invoke dismod $conf || exit 1 done fi fi fi # End automatically added section