slackbuilds_ponce/system/rox-filer/rox-filer.sh
2010-05-11 22:55:28 +02:00

7 lines
168 B
Bash

#!/bin/sh
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/rox/xdg
else
XDG_CONFIG_DIRS=/etc/xdg:/etc/rox/xdg
fi
export XDG_CONFIG_DIRS