mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
125 B
Bash
7 lines
125 B
Bash
#!/bin/sh
|
|
|
|
PATH="${PATH}:/usr/heimdal/bin"
|
|
if [ x"${EUID}" == x"0" ]; then
|
|
PATH="${PATH}:/usr/heimdal/sbin"
|
|
fi
|
|
export PATH
|