root / pykota / trunk / debian / postrm @ 2848

Revision 2848, 105 bytes (checked in by jerome, 18 years ago)

Reverted a change, didn't help anyway...

  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2# $Id$
3
4if [ "$1" = "purge" ]; then
5        deluser --system --quiet pykota || true
6fi
7
8exit 0
Note: See TracBrowser for help on using the browser.