source: core/trunk/client/pkg/deb/postinst

Last change on this file was 257, checked in by smoser, 12 years ago

#153

File size: 196 bytes
RevLine 
[249]1#!/bin/sh
2set -e
3
4# set correct permissions
[257]5FILE=/etc/flarmclient.conf && chown root.flarm $FILE && chmod 640 $FILE
6FILE=/usr/bin/flarmclient && chown root.flarm $FILE && chmod 774 $FILE
[251]7 
[249]8exit 0
Note: See TracBrowser for help on using the repository browser.