:
# this install script is located at the root of the lp tar diskette
# it simply removes the remove.this files located in the empty
# directories created for the lp command
echo Installing the lp system files and directories
find /usr/spool/lp -name remove.this -exec rm {} \;
echo Installation complete.
rm lpinstall
