mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
c5ee6ec05f
Note that if anyone else out there likes this and uses it on a daily basis, I'll be more than happy to let you maintain this build script. I don't plan to actually use razorqt (I like xfce), but this looked too useful to not have available in Slackware --rworkman Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
176 B
Bash
7 lines
176 B
Bash
#!/bin/sh
|
|
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
|
|
XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/razorqt/xdg
|
|
else
|
|
XDG_CONFIG_DIRS=/etc/xdg:/etc/razorqt/xdg
|
|
fi
|
|
export XDG_CONFIG_DIRS
|