Merge pull request #5858 from stricaud/debian

Adding the apache modules enablement in preinst
pull/5866/head
Steve Clement 2020-05-05 21:56:20 +09:00 committed by GitHub
commit 2b2c93b766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
debian/preinst vendored Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
#DEBHELPER#
. /usr/share/debconf/confmodule
a2enmod rewrite || true
a2enmod headers || true