root / pykota / trunk / debian / postrm @ 2984
Revision 2848, 105 bytes (checked in by jerome, 19 years ago) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | # $Id$ |
3 | |
4 | if [ "$1" = "purge" ]; then |
5 | deluser --system --quiet pykota || true |
6 | fi |
7 | |
8 | exit 0 |
Note: See TracBrowser
for help on using the browser.