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

6 lines
160 B
Tcsh

#!/bin/csh
if ( $?XDG_CONFIG_DIRS ) then
setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/rox/xdg
else
setenv XDG_CONFIG_DIRS /etc/xdg:/etc/rox/xdg
endif