root / pykota / trunk / debian / postinst @ 2590
Revision 2590, 226 bytes (checked in by jerome, 19 years ago) | |
---|---|
|
Rev | Line | |
---|---|---|
[2110] | 1 | #!/bin/sh -e |
2 | # $Id$ | |
3 | ||
[2112] | 4 | . /usr/share/debconf/confmodule |
5 | ||
[2110] | 6 | if [ "$1" = "install" ]; then |
7 | chown -R pykota.pykota /etc/pykota | |
[2590] | 8 | chmod 640 /etc/pykota/pykota.conf |
9 | chmod 600 /etc/pykota/pykotadmin.conf | |
[2110] | 10 | fi |
11 | ||
12 | exit 0 |
Note: See TracBrowser
for help on using the browser.