#!/bin/sh
# postinst script for ses-shellcontroller
#
# see: dh_installdeb(1)

set -e

chmod -R 777 /etc/SES

exit 0


