if `ps -A| grep -q plasma` ;then
  message "${PROBLEM_COLOR}Plasma is currently running!" \
  "\nIt is not safe to upgrade this spell within a plasma session," \
  "\nas it may be impossible to unlock the the screen." \
  "\nReturn to run level 3 and try again." \
  ${DEFAULT_COLOR}    &&
  return 1
fi
