#!/bin/sh
set -e

    if [ ! -d /var/spool/gt3-dcl5 ] ; then
	mkdir -p /var/spool/gt3-dcl5
	chmod a+rwxt /var/spool/gt3-dcl5
    fi

