if  [  "$HISCORES"  ==  "y" ] && ls $INSTALL_ROOT/var/games/*.scores > /dev/null;  then
  message  "${YELLOW}${BOLD}Saving score files${DEFAULT}"  &&
  mkdir  -p  /tmp/${SPELL}.bkup                            &&
  cp  $INSTALL_ROOT/var/games/*.scores  /tmp/${SPELL}.bkup
fi  &&

default_pre_install
