. $GRIMOIRE/FUNCTIONS
if spell_ok $SPELL && gaze install $SPELL | grep -q '/libintl\.so'; then
  message "${SPELL_COLOR}$SPELL$MESSAGE_COLOR used to provide libintl, checking dependents for its removal.$DEFAULT_COLOR" &&
  check_dependents $SPELL 
fi
