root / pykota / trunk / debian / postinst @ 2703
Revision 2590, 226 bytes (checked in by jerome, 19 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 /etc/pykota |
8 | chmod 640 /etc/pykota/pykota.conf |
9 | chmod 600 /etc/pykota/pykotadmin.conf |
10 | fi |
11 | |
12 | exit 0 |
Note: See TracBrowser
for help on using the browser.