slackbuilds_ponce/perl/mod_perl/doinst.sh
Heinz Wiesinger 045ffdda52 perl/mod_perl: Updated for version 2.0.6 moved from network.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-07 12:18:11 -05:00

6 lines
276 B
Bash

if [ ! -r etc/httpd/extra/mod_perl.conf ]; then
cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
elif [ "$(cat etc/httpd/extra/mod_perl.conf 2> /dev/null)" = "" ]; then
cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
fi