root / pykota / trunk / debian / postinst @ 3251
Revision 3232, 219 bytes (checked in by jerome, 17 years ago) | |
---|---|
|
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 | |
11 | exit 0 |
Note: See TracBrowser
for help on using the browser.