# html2ps 1.0b7
# =============
# If you want to uninstall html2ps or clean up files from an old version
# before installing a new one, skip down to the bottom for instructions.
# Get it
cd
test -f installed/html2ps-1.0b7.tar.gz &&
mv installed/html2ps-1.0b7.tar.gz .
test ! -f html2ps-1.0b7.tar.gz &&
wget http://user.it.uu.se/~jan/html2ps-1.0b7.tar.gz
# Extract the source
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "html2ps-*" -exec rm -r {} \;
tar xzvf ~/html2ps-1.0b7.tar.gz
cd html2ps-1.0b7
test $UID = 0 && chown -R root:root .