Add an install file to go with this new distribution.

This commit is contained in:
jkh 1997-01-02 10:14:18 +00:00
parent 92746eca86
commit b0add1b7c9

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