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
RevLine 
[2110]1#!/bin/sh -e
2# $Id$
3
[2112]4. /usr/share/debconf/confmodule
5
[2110]6if [ "$1" = "install" ]; then
7        chown -R pykota.pykota /etc/pykota
8fi
9
10exit 0
Note: See TracBrowser for help on using the browser.