source: trunk/debathena/config/desktop-config/debian/10debathena-xdg-override @ 22870

Revision 22870, 223 bytes checked in by tabbott, 17 years ago (diff)
Initial checkin of debathena-desktop-config
Line 
1#!/bin/sh
2if [ "$DEBATHENA_HOME_TYPE" = "afs" ]; then
3    if [ -n "$XDG_CONFIG_DIRS" ]; then
4        export XDG_CONFIG_DIRS=/etc/xdg.debathena:$XDG_CONFIG_DIRS
5    else
6        export XDG_CONFIG_DIRS=/etc/xdg.debathena:/etc/xdg
7    fi
8fi
Note: See TracBrowser for help on using the repository browser.