#!/usr/bin/csh -f
#
# delroomslink
#
test -h /rooms
if ("$status" == 0) then
	/usr/bin/rm -f /rooms
	if ("$status" != 0) then
		echo "|25|Problem removing temporary /rooms link|"
	endif
endif
