summaryrefslogtreecommitdiffstats
path: root/system/man-db/man-db.csh
blob: 6cf39ce0ba496b0ba31a6eba0b6b3c620d5cf990 (plain)
#!/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