mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-14 15:24:25 -05:00
3f656be574
chmod +x /etc/X11/Xsession.d/50security-misc
8 lines
254 B
Plaintext
Executable File
8 lines
254 B
Plaintext
Executable File
## Copyright (C) 2012 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
if [ -z "$XDG_CONFIG_DIRS" ]; then
|
|
XDG_CONFIG_DIRS=/etc/xdg
|
|
fi
|
|
export XDG_CONFIG_DIRS=/usr/share/security-misc/:$XDG_CONFIG_DIRS
|