root / pykota / tags / 1.21 / debian / postinst
Revision 2112, 138 bytes (checked in by jalet, 20 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 | fi |
9 | |
10 | exit 0 |
Note: See TracBrowser
for help on using the browser.