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

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

#154

File size: 209 bytes
Line 
1#!/bin/sh
2set -e
3
4# set correct permissions
5FILE=/etc/flarmclient.conf && chown root.flarmclient $FILE && chmod 640 $FILE
6FILE=/usr/bin/flarmclient && chown root.flarmclient $FILE && chmod 2774 $FILE
7 
8exit 0
Note: See TracBrowser for help on using the repository browser.