root / pykota / trunk / debian / postinst @ 3232

Revision 3232, 219 bytes (checked in by jerome, 17 years ago)

Doesn't check if install mode or not.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh -e
2# $Id$
3
4. /usr/share/debconf/confmodule
5
6/bin/chown -R pykota.pykota ~pykota
7/bin/chmod 0640 ~pykota/pykota.conf
8/bin/chmod 0600 ~pykota/pykotadmin.conf
9/bin/chmod 0700 /usr/share/pykota/cupspykota
10
11exit 0
Note: See TracBrowser for help on using the browser.