#!/bin/sh set -x case $2 in PRE-INSTALL) install -d -o root -g wheel -m 0750 %%STATEDIR%% ;; POST-INSTALL) ;; esac exit 0 #EOF