aboutsummaryrefslogtreecommitdiff
path: root/system/man-db/man-db.csh
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-03-20 17:24:17 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:42:59 -0500
commite84a13f365bb91d2dce97f8b1972b5f04a037668 (patch)
tree4e6d8554ab7e029f70ef292c729adaac329bc6a1 /system/man-db/man-db.csh
parent01605bf98298d10489cb480d466cb0807c144187 (diff)
system/man-db: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/man-db/man-db.csh')
-rw-r--r--system/man-db/man-db.csh12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/man-db/man-db.csh b/system/man-db/man-db.csh
deleted file mode 100644
index 6cf39ce0ba..0000000000
--- a/system/man-db/man-db.csh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/csh
-
-# Set up environment for man-db. This file is part of the slackbuilds.org
-# man-db build.
-
-# Author: B. Watson. License: WTFPL
-
-setenv MANPATH /opt/man-db/man:$MANPATH
-set path = ( /opt/man-db/bin $path )
-if ("`id -u`" == "0") then
- set path = ( /opt/man-db/sbin $path )
-endif