#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
PATH=/bin:/usr/sbin
LOG_DIR=/var/log/sancp
chmod 750 ${LOG_DIR}