mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-24 05:10:39 -04:00
8 lines
251 B
Text
8 lines
251 B
Text
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
if [ -z "$KDEDIRS" ]; then
|
|
export KDEDIRS=/usr/share/security-misc/
|
|
else
|
|
export KDEDIRS=/usr/share/security-misc/:$KDEDIRS
|
|
fi
|