local old_version=$(installed_version $SPELL) &&
if [[ $old_version == 2.9.12 ]]; then
  if spell_installed autopano-sift-c; then
    up_trigger autopano-sift-c cast_self
  fi &&
  if spell_installed hugin; then
    up_trigger hugin cast_self
  fi
fi
