root / pykota / trunk / debian / postinst @ 3219

Revision 3219, 257 bytes (checked in by jerome, 17 years ago)

Fixes permissions.

  • 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 ~pykota
8        chmod 0640 ~pykota/pykota.conf
9        chmod 0600 ~pykota/pykotadmin.conf
10        chmod 0700 /usr/share/pykota/cupspykota
11fi
12
13exit 0
Note: See TracBrowser for help on using the browser.