root / pykota / trunk / debian / postrm @ 3222

Revision 3222, 105 bytes (checked in by jerome, 17 years ago)

Permissions again.

  • Property svn:executable set to *
  • 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.