~ubuntu-branches/ubuntu/natty/tryton-server/natty-security

« back to all changes in this revision

Viewing changes to debian/tryton-server.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann, Mathias Behrle, Daniel Baumann
  • Date: 2009-03-28 16:10:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090328161000-cn1lu5jb8bucmk1z
Tags: 1.0.3-2
[ Mathias Behrle ]
* Reworking general server setup and documentation.

[ Daniel Baumann ]
* Adding Mathias to uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                # Removing system user
10
10
                if [ -x /usr/sbin/deluser ]
11
11
                then
12
 
                        deluser --quiet --system ${USER}
 
12
                        deluser --quiet --system --remove-home ${USER}
13
13
                fi
14
14
                ;;
15
15