summaryrefslogtreecommitdiffstats
path: root/release/scripts/manpages-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/manpages-install.sh')
-rwxr-xr-xrelease/scripts/manpages-install.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/release/scripts/manpages-install.sh b/release/scripts/manpages-install.sh
deleted file mode 100755
index 35eb4b7..0000000
--- a/release/scripts/manpages-install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ "`id -u`" != "0" ]; then
- echo "Sorry, this must be done as root."
- exit 1
-fi
-cat manpages.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
-exit 0
OpenPOWER on IntegriCloud