mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
6 lines
163 B
Text
Executable file
6 lines
163 B
Text
Executable file
export PATH=$PATH:/opt/kde/bin
|
|
if [ ! -z $XDG_DATA_DIRS ]; then
|
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/kde/share
|
|
else
|
|
export XDG_DATA_DIRS=/opt/kde/share
|
|
fi
|