root / pykota / trunk / debian / postinst @ 2112

Revision 2112, 138 bytes (checked in by jalet, 19 years ago)

More work on Debian packaging

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