CUR_REL_PATH := base/linux_configs/etc/profile.d

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

SHELL_FILES = sigmet.csh sigmet.sh

all:
depend:

clean:

install: ${IRIS_CONFIG_TMPL_ETC}/profile.d /etc/profile.d
	install -m 0644 -o ${IRIS_USER} -g ${IRIS_GROUP} ${SHELL_FILES} ${IRIS_CONFIG_TMPL_ETC}/profile.d
	install -m 0644 $(SHELL_FILES) /etc/profile.d

test:

uninstall:
	rm -rf ${IRIS_CONFIG_TMPL_ETC}/profile.d
	if [ -d /etc/profile.d ]; then cd /etc/profile.d && rm -f $(SHELL_FILES); fi
