mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
c6a03b745a
Added a small workaround to the startrazor launch script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
7 lines
164 B
Bash
7 lines
164 B
Bash
#!/bin/sh
|
|
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
|
|
XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:@RCONFDIR@
|
|
else
|
|
XDG_CONFIG_DIRS=/etc/xdg:@RCONFDIR@
|
|
fi
|
|
export XDG_CONFIG_DIRS
|