source:
server/common/oursrc/tokensys/debian/scripts-tokensys.postrm
@
108
| Last change on this file since 108 was 108, checked in by tabbott, 19 years ago | |
|---|---|
| File size: 139 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | set -e |
| 3 | |
| 4 | installinit_error() { |
| 5 | exit $? |
| 6 | } |
| 7 | |
| 8 | #DEBHELPER# |
| 9 | |
| 10 | if [ "$1" = "purge" ]; then |
| 11 | deluser --system --quiet afsagent || true |
| 12 | fi |
Note: See TracBrowser
for help on using the repository browser.
