#! /bin/sh -e if [ -d "%apache2_rpmfiletriggerdir" ]; then LC_ALL=C egrep -qs '^%apache2_sbindir/%apache2_htcacheclean_dname|%_sysconfdir/sysconfig/%apache2_htcacheclean_dname|%_initdir/%apache2_htcacheclean_dname|%_unitdir/%apache2_htcacheclean_dname.service' \ && touch "%apache2_rpmhtcachecleanrestartfile" fi exit 0