security-misc/etc/X11/Xsession.d/50security-misc

10 lines
265 B
Plaintext
Raw Normal View History

2020-10-31 06:11:49 -04:00
#!/bin/sh
2021-03-17 09:45:21 -04:00
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
2015-12-15 02:00:24 +00:00
## See the file COPYING for copying conditions.
if [ -z "$XDG_CONFIG_DIRS" ]; then
XDG_CONFIG_DIRS=/etc/xdg
2015-12-15 02:00:24 +00:00
fi
export XDG_CONFIG_DIRS=/usr/share/security-misc/:$XDG_CONFIG_DIRS