blob: c597320f8cc0decf666424f9a171efd852907eab (
plain) (
blame)
1
2
3
4
5
|
#{ System logout file; executed when logging off from the CL. Perform any
# cleanup functions you want executed at logout time.
if (deftask ("_logout") && access ("home$logout.cl"))
_logout();;
|