source: trunk/server/debian/scripts-tokensys/debian/scripts-tokensys.postinst @ 1234

Last change on this file since 1234 was 108, checked in by tabbott, 17 years ago
Initial revision of tokensys for Debian
File size: 167 bytes
Line 
1#!/bin/sh
2
3set -e
4
5installinit_error() {
6        exit $?
7}
8
9chown -R afsagent:afsagent /var/lib/afsagent
10chown afsagent:root /var/spool/cron/crontabs/afsagent
11
12#DEBHELPER#
13
Note: See TracBrowser for help on using the repository browser.