root / pykota / tags / 1.24HotFix1 / debian / postinst
Revision 2847, 214 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" = "upgrade" ]; then |
7 | chown -R pykota.pykota ~pykota |
8 | chmod 640 ~pykota/pykota.conf |
9 | chmod 600 ~pykota/pykotadmin.conf |
10 | fi |
11 | |
12 | exit 0 |
Note: See TracBrowser
for help on using the browser.