Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > 3bc68ec2f65b4420f2496c69c0d22680 > scriptlet

apache2-manual-2.2.8-alt1.i586.rpm

PREIN

/bin/sh
if [ $1 -eq 2 ] && \
		[ -e /var/www/apache2/manual ] && \
		[ ! -L /var/www/apache2/manual ] ; then
	echo 'Warning: original /var/www/apache2/manual not symlink!'
	echo '    Saved as /var/www/apache2/manual.rpmold'
	mv /var/www/apache2/manual /var/www/apache2/manual.rpmold
fi
exit 0

POSTIN

/bin/sh
/usr/sbin/a2chkconfig >/dev/null
/usr/sbin/post_service httpd2

POSTUN

/bin/sh
if [ $1 -eq 0 ] && [ -x /usr/sbin/a2chkconfig ] ; then
	/usr/sbin/a2chkconfig >/dev/null
	/usr/sbin/post_service httpd2
fi
exit 0