mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 11:19:22 -05:00
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
|
## 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
|