# make sure they don't cast init.d 2.2.0 without also getting the updated
# module-init-tools that provides the "modules" facility
if [ -r $INSTALL_ROOT/etc/sysconfig/facilities ] && \
  ! grep -q "modules" $INSTALL_ROOT/etc/sysconfig/facilities
then
  spell_ok module-init-tools  &&  up_trigger module-init-tools cast_self
fi
