if  [  -f  /etc/aspell.conf  ];  then
  rm  /etc/aspell.conf
fi

if  [  -f  /root/.aspell.conf  ];  then
  rm  /root/.aspell.conf
fi
