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
2022-05-20 14:46:38 -04:00
## Copyright (C) 2012 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
2015-12-14 21:00:24 -05:00
## See the file COPYING for copying conditions.
if [ -z "$XDG_CONFIG_DIRS" ]; then
XDG_CONFIG_DIRS=/etc/xdg
2015-12-14 21:00:24 -05:00
fi
export XDG_CONFIG_DIRS=/usr/share/security-misc/:$XDG_CONFIG_DIRS