From db7300e8d4d69d03c5b48b83fc02fb832176f10e Mon Sep 17 00:00:00 2001 From: Giorgio Peron Date: Sun, 6 Sep 2015 06:50:13 +0700 Subject: network/dokuwiki: Updated for version 20150810a. Signed-off-by: Willy Sudiarto Raharjo --- network/dokuwiki/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 network/dokuwiki/doinst.sh (limited to 'network/dokuwiki/doinst.sh') diff --git a/network/dokuwiki/doinst.sh b/network/dokuwiki/doinst.sh new file mode 100644 index 0000000000..698828834d --- /dev/null +++ b/network/dokuwiki/doinst.sh @@ -0,0 +1,5 @@ +sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf +grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF' +# Dokuwiki +Include /etc/httpd/extra/httpd-dokuwiki.conf +EOF -- cgit v1.2.3