#!/bin/sh -e # $Id$ if [ "$1" = "install" ]; then chown -R pykota.pykota /etc/pykota fi exit 0