source:
core/trunk/client/pkg/deb/postinst
@
384
Last change on this file since 384 was 257, checked in by , 12 years ago | |
---|---|
File size: 196 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | set -e |
3 | |
4 | # set correct permissions |
5 | FILE=/etc/flarmclient.conf && chown root.flarm $FILE && chmod 640 $FILE |
6 | FILE=/usr/bin/flarmclient && chown root.flarm $FILE && chmod 774 $FILE |
7 | |
8 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.