summaryrefslogtreecommitdiffstats
path: root/system/man-db/man-db.csh
diff options
context:
space:
mode:
author Matteo Bernardini2019-05-18 12:21:33 +0200
committer Matteo Bernardini2019-05-18 12:21:33 +0200
commite7e6e9ce1154895d03dd55bf678b975dc460d932 (patch)
treebcfb723a488ce4aa49fa31c702b46a7774b14ece /system/man-db/man-db.csh
parent59f4714621bc95b37f565a91817a590ca864822a (diff)
downloadslackbuilds-e7e6e9ce1154895d03dd55bf678b975dc460d932.tar.gz
20190518.1 global branch merge.current-20190518.1
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