/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/mandos.postinst

  • Committer: Björn Påhlsson
  • Date: 2011-12-20 20:13:36 UTC
  • mfrom: (505.3.26 client-network-hooks)
  • mto: This revision was merged to the branch mainline in revision 525.
  • Revision ID: belorn@recompile.se-20111220201336-zs7sj3inc9wtioau
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                --disabled-password --gecos "Mandos password system" \
36
36
                _mandos
37
37
        fi
38
 
        chown _mandos:_mandos /var/lib/mandos
39
38
        ;;
40
 
    
 
39
 
41
40
    abort-upgrade|abort-deconfigure|abort-remove)
42
41
        ;;
43
 
    
 
42
 
44
43
    *)
45
44
        echo "$0 called with unknown argument '$1'" 1>&2
46
45
        exit 1