root / pykota / trunk / debian / postinst @ 2139

Revision 2139, 138 bytes (checked in by jerome, 19 years ago)

Added the Log keyword property

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision Log
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.