Difference for debian/crossfire-server.preinst from version 1.1 to 1.2


version 1.1 version 1.2
Line 13
 
Line 13
      db_go || true       db_go || true
   
      db_get crossfire-server/ask_upgrade || true       db_get crossfire-server/ask_upgrade || true
      if [ "$RET" = "yes" ] ; then       if [ "$RET" = "true" ] ; then
  if [ ! -d /var/games/crossfire/ ] ; then   if [ ! -d /var/games/crossfire/ ] ; then
      echo "moving /var/lib/games/crossfire/ to /var/games/crossfire"       echo "moving /var/lib/games/crossfire/ to /var/games/crossfire"
      mv -f /var/lib/games/crossfire/ /var/games/ || true       mv -f /var/lib/games/crossfire/ /var/games/ || true
      if [ -d /var/lib/games/crossfire/ ] ; then       if [ -d /var/lib/games/crossfire/ ] ; then
  if [ "`ls /var/lib/games/crossfire/ | wc -l`" -gt 0 ] ; then   if [ "`ls /var/lib/games/crossfire/ | wc -l`" -gt 0 ] ; then
      echo "there are still files in /var/lib/games/crossfire/ !"       echo "Some files remain in /var/lib/games/crossfire/ !"
      echo "Please move them to /var/games/crossfire"       echo "Please move them to /var/games/crossfire"
  fi   fi
      fi       fi


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:03