#! /bin/sh -e if [ -d "%apache2_rpmfiletriggerdir" ]; then LC_ALL=C egrep -qs '^(%apache2_confdir/.+-start.d)|%apache2_sbindir/a2(chkconfig|en|dis)' \ && touch "%apache2_rpma2chkconfigfile" fi exit 0