pushd /retro/bin >/dev/null
if [ -r $1 ]; then
  echo ":: Removing '$1'"
  rm -f $1
else
  echo ":: '$1' not installed"
fi
popd >/dev/null
