diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-03-20 17:24:17 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:42:59 -0500 |
commit | e84a13f365bb91d2dce97f8b1972b5f04a037668 (patch) | |
tree | 4e6d8554ab7e029f70ef292c729adaac329bc6a1 /system/man-db/man-db.sh | |
parent | 01605bf98298d10489cb480d466cb0807c144187 (diff) |
system/man-db: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/man-db/man-db.sh')
-rw-r--r-- | system/man-db/man-db.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/man-db/man-db.sh b/system/man-db/man-db.sh deleted file mode 100644 index 54c9b34ae0..0000000000 --- a/system/man-db/man-db.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# Set up environment for man-db. This file is part of the slackbuilds.org -# man-db build. - -# Author: B. Watson. License: WTFPL - -MANPATH="/opt/man-db/man:$MANPATH" -PATH="/opt/man-db/bin:$PATH" - -if [ "$( id -u )" = "0" ]; then - PATH="/opt/man-db/sbin:$PATH" -fi - -export MANPATH -export PATH |