slackbuilds_ponce/development/mod_perl/doinst.sh
2010-05-11 20:00:26 +02:00

5 lines
239 B
Bash

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