Zionetrix::Git
Repositories
Help
Report an Issue
pykota-debian-package
Code
Commits
Branches
Tags
Search
Tree:
d6c00ac
Branches
Tags
master
pykota-debian-package
postrm
Initial commit - commit r2382 from svn
Benjamin Renard
commited
d6c00ac
at 2012-03-26 17:06:26
postrm
Blame
History
Raw
#!/bin/sh # $Id: postrm 3222 2007-07-24 09:59:35Z jerome $ if [ "$1" = "purge" ]; then deluser --system --quiet pykota || true fi #DEBHELPER# exit 0