mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
adfa160a33
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
8 lines
171 B
Tcsh
8 lines
171 B
Tcsh
#!/bin/csh
|
|
|
|
setenv MANPATH ${MANPATH}:/usr/heimdal/man
|
|
|
|
setenv PATH "${PATH}:/usr/heimdal/bin"
|
|
if ( x"$uid" == x"0" ) then
|
|
setenv PATH "${PATH}:/usr/heimdal/sbin"
|
|
endif
|