mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
9 lines
171 B
Tcsh
9 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
|