Project

General

Profile

Download (124 Bytes) Statistics
| Branch: | Tag: | Revision:

root / debian / postrm @ 507079e2

1
#! /bin/sh
2

    
3
set -e
4

    
5
if [ "$1" = "purge" ] ; then
6
  deluser --quiet --system wcs-au-quotidien > /dev/null || true
7
fi
8

    
9
exit 0
(6-6/8)