#! /bin/sh -e cat - > /dev/null if [ -d "%apache2_rpmfiletriggerdir" ]; then if [ -e "%apache2_rpmhtcachecleanrestartfile" ]; then # Warning: service %apache2_htcacheclean_dname condrestart can fail. /sbin/service %apache2_htcacheclean_dname condrestart || : fi fi exit 0