root / pykota / trunk / debian / postinst @ 2110

Revision 2110, 105 bytes (checked in by jalet, 19 years ago)

added postinst and preinst scripts

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh -e
2# $Id$
3
4if [ "$1" = "install" ]; then
5        chown -R pykota.pykota /etc/pykota
6fi
7
8exit 0
Note: See TracBrowser for help on using the browser.