if spell_ok kwallet;then
  KWAL="$(installed_version kwallet)"
  if [[ ${KWAL%.?} < '6.14' ]];then
    on_cast kwallet cast_self
  fi
fi
