CUR_REL_PATH := base/linux_configs/desktop

include ../../../config.mk

SHELL_FILES = bash_profile mwmrc README.txt Xdefaults xinitrc xinitrc_mwm

all:

install: ${IRIS_CONFIG_TMPL_DESKTOP}
	install -m 0664 -o ${IRIS_USER} -g ${IRIS_GROUP} ${SHELL_FILES} ${IRIS_CONFIG_TMPL_DESKTOP}

test:

uninstall:
	if [ -d ${IRIS_CONFIG_TMPL_DESKTOP} ]; then \
		cd ${IRIS_CONFIG_TMPL_DESKTOP} && rm -f ${SHELL_FILES}; fi
depend:

clean:
