root / pykota / trunk / debian / postinst @ 2847

Revision 2847, 214 bytes (checked in by jerome, 18 years ago)

Added missing debian packaging files.

  • 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" = "upgrade" ]; then
7        chown -R pykota.pykota ~pykota
8        chmod 640 ~pykota/pykota.conf
9        chmod 600 ~pykota/pykotadmin.conf
10fi
11
12exit 0
Note: See TracBrowser for help on using the browser.