# ms-sys 2.1.1 (released 2005/11/20)
# ============
# If you experience bugs, you may want to check out the latest development
# version, which is 2.1.2 as I write this.
cd
test -f installed/ms-sys-2.1.1.tgz && mv installed/ms-sys-2.1.1.tgz .
test ! -f ms-sys-2.1.1.tgz &&
wget http://download.sf.net/ms-sys/ms-sys-2.1.1.tgz
# If you ever want to uninstall ms-sys, this should do it:
cd
su
test -d src/ms-sys-* && ( cd src/ms-sys-* ; make uninstall )
rm -f /usr/local/bin/ms-sys /usr/local/man/man1/ms-sys.1 \
/usr/local/share/locale/sv_SE/LC_MESSAGES/ms-sys.mo
exit
find ~/src -maxdepth 1 -type d -name "ms-sys-*" -exec rm -r {} \;
rm -f ~/installed/ms-sys-*.tar.*