/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: Teddy Hogeborn
  • Date: 2016-03-19 21:51:01 UTC
  • mfrom: (842 trunk)
  • mto: This revision was merged to the branch mainline in revision 843.
  • Revision ID: teddy@recompile.se-20160319215101-sw7h1dvhpvadw2mb
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                invoke-rc.d mandos start
49
49
            fi
50
50
        fi
51
 
        chown _mandos:_mandos /var/lib/mandos
 
51
        if ! dpkg-statoverride --list "/var/lib/mandos" >/dev/null \
 
52
             2>&1; then
 
53
            chown _mandos:_mandos /var/lib/mandos
 
54
            chmod u=rwx,go= /var/lib/mandos
 
55
        fi
52
56
        ;;
53
57
    
54
58
    abort-upgrade|abort-deconfigure|abort-remove)