~ubuntu-branches/ubuntu/natty/openldap/natty-security

« back to all changes in this revision

Viewing changes to debian/slapd.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-08-06 15:08:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100806150855-dgiwotxm1gqwgy71
Tags: 2.4.23-0ubuntu2
* convert to using dh_apparmor:
  - debian/rules, debian/slapd.post{inst,rm}: use dh_apparmor
  - debian/control: Build-Depends on debhelper 7.4.20ubuntu5
* debian/apparmor-profile: use local include

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    rm -rf /var/lib/ldap || true
32
32
    echo done
33
33
  fi
34
 
 
35
 
  rm -f /etc/apparmor.d/force-complain/usr.sbin.slapd >/dev/null 2>&1 || true
36
34
fi
37
35
 
38
36
#DEBHELPER#