#!/bin/shMPM_FALLBACK="%%ETCDIR%%/modules.d/%%MPMF%%"
_cleanup(){if[ -f ${MPM_FALLBACK}];thenecho -n "remove fallback MPM : "
/bin/rm -vf ${MPM_FALLBACK}fi}# run only if build with modular MPMif["x$2"="xDEINSTALL"];then
%%MPM_FALLBACK_CHECK%%_cleanup
fi