You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
221 B

9 years ago
#!/bin/sh
# TDE additions:
8 years ago
TDEDIR=${INSTALL_TDE}
9 years ago
export TDEDIR
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/tde/xdg
else
XDG_CONFIG_DIRS=/etc/xdg:/etc/tde/xdg
fi
8 years ago
export XDG_CONFIG_DIRS