#!/bin/sh set -e case "$1" in configure) if [ -d /net/groups ]; then chmod 775 /net/groups fi ;; *) ;; esac #DEBHELPER# exit 0