Add an install file to go with this new distribution.

This commit is contained in:
Jordan K. Hubbard 1997-01-02 10:14:18 +00:00
parent 4ae89ecddd
commit 650deed426

View File

@ -0,0 +1,8 @@
#!/bin/sh
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
cat catpages.?? | tar --unlink -xpzf - -C /
exit 0