File: libapache2-mod-evasive.preinst

package info (click to toggle)
libapache-mod-evasive 1.10.1-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 256 kB
  • ctags: 307
  • sloc: ansic: 2,466; makefile: 39; sh: 13; perl: 12
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if dpkg-maintscript-helper supports mv_conffile 2>/dev/null; then
	dpkg-maintscript-helper mv_conffile /etc/apache2/mods-available/mod-evasive.load /etc/apache2/mods-available/evasive.load 1.10.1-1 -- "$@"
fi

#DEBHELPER#