source: trunk/server/debian/scripts-tokensys/debian/scripts-tokensys.postrm @ 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: 139 bytes
Line 
1#!/bin/sh
2set -e
3
4installinit_error() {
5        exit $?
6}
7
8#DEBHELPER#
9
10if [ "$1" = "purge" ]; then
11        deluser --system --quiet afsagent || true
12fi
Note: See TracBrowser for help on using the repository browser.