
if [ -f /usr/local/bin/bin2float ]; then
    rm /usr/local/bin/bin2float
fi

if [ -f /usr/local/bin/bin2long ]; then
    rm /usr/local/bin/bin2long
fi

if [ -f /usr/local/bin/dat2vis5d ]; then
    rm /usr/local/bin/dat2vis5d
fi

if [ -f /usr/local/bin/dos2linux ]; then
    rm /usr/local/bin/dos2linux
fi

if [ -f /usr/local/bin/hmd ]; then
    rm /usr/local/bin/hmd
fi

if [ -f /usr/local/bin/intp ]; then
    rm /usr/local/bin/intp
fi

if [ -f /usr/local/man/man1/hmd.1 ]; then
    rm /usr/local/man/man1/hmd.1
fi

if [ -d /usr/local/share/hmd ]; then
    rm -r /usr/local/share/hmd
fi


