mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Debian stretch / kde plasma5 fix: KDEDIRS -> XDG_CONFIG_DIRS
https://phabricator.whonix.org/T633
This commit is contained in:
parent
bddbba84a6
commit
c59d15d48f
@ -1,8 +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/
|
||||
if [ -z "$XDG_CONFIG_DIRS" ]; then
|
||||
export XDG_CONFIG_DIRS=/usr/share/security-misc/
|
||||
else
|
||||
export KDEDIRS=/usr/share/security-misc/:$KDEDIRS
|
||||
export XDG_CONFIG_DIRS=/usr/share/security-misc/:$XDG_CONFIG_DIRS
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user