mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-16 10:51:30 +07:00
initial commit
This commit is contained in:
8
etc/X11/Xsession.d/50security-misc
Normal file
8
etc/X11/Xsession.d/50security-misc
Normal file
@ -0,0 +1,8 @@
|
||||
## 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
|
Reference in New Issue
Block a user