From b0add1b7c911cec68a3d8f0f94f8550f1c710a8b Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 2 Jan 1997 10:14:18 +0000 Subject: Add an install file to go with this new distribution. --- release/scripts/catpages-install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 release/scripts/catpages-install.sh (limited to 'release/scripts') diff --git a/release/scripts/catpages-install.sh b/release/scripts/catpages-install.sh new file mode 100755 index 0000000..ce408fe --- /dev/null +++ b/release/scripts/catpages-install.sh @@ -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 -- cgit v1.1