Package mod_perl-doc: Scripts

Post install

ln -snf /usr/share/doc/mod_perl-doc-1.29_1.3.42rusPL30.24 \
	/var/www/html/addon-modules/mod_perl
Pre uninstall

1
2
3
if [ $1 = 0 ]; then
	rm -f /var/www/html/addon-modules/mod_perl
fi