root / pykota / trunk / debian / postinst @ 3232
Revision 3232, 219 bytes (checked in by jerome, 17 years ago) | |
---|---|
|
Rev | Line | |
---|---|---|
[2110] | 1 | #!/bin/sh -e |
2 | # $Id$ | |
3 | ||
[2112] | 4 | . /usr/share/debconf/confmodule |
5 | ||
[3232] | 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 | |
[2110] | 10 | |
11 | exit 0 |
Note: See TracBrowser
for help on using the browser.