root / pykota / trunk / debian / postinst @ 3220
Revision 3219, 257 bytes (checked in by jerome, 17 years ago) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh -e |
2 | # $Id$ |
3 | |
4 | . /usr/share/debconf/confmodule |
5 | |
6 | if [ "$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 |
11 | fi |
12 | |
13 | exit 0 |
Note: See TracBrowser
for help on using the browser.