~ubuntu-branches/ubuntu/precise/lxc/precise-updates

« back to all changes in this revision

Viewing changes to debian/lxc.postrm

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn, Serge Hallyn, Stéphane Graber
  • Date: 2012-06-11 19:56:30 UTC
  • Revision ID: package-import@ubuntu.com-20120611195630-3bhau03sswy57myk
Tags: 0.7.5-3ubuntu59
[ Serge Hallyn ]
* 0085-pivot-dir: use a directory other than /mnt to put the pivot_root
  old dir into (LP: #986385)
* 0086-lxc-unshare-zero-args: fix lxc-unshare segfaulting when no command
  is given (LP: #1011603)
* 0087-lxc-ls-dash: fix lxc-ls for containers whose names start with a
  dash  (LP: #1006332)
* 0088-ubuntu-template-flock: don't fail when flock is busy, just wait,
  so concurrent lxc-creates don't break.  (LP: #1007483)
* debian/rules, debian/lxc.apport: install apport hook (LP: #1011644)

[ Stéphane Graber ]
* Ship /etc/dnsmasq.d/lxc to configure an eventual system wide
  dnsmasq daemon not to listen on the LXC bridge interface. (LP: #928524)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
case "$1" in
23
 
    purge)
24
 
        rm -f /etc/apparmor.d/lxc/lxc-default || true
25
 
        rmdir /etc/apparmor.d/lxc || true
26
 
        rmdir /etc/apparmor.d/lxc-containers || true
 
23
    remove)
 
24
        rm -f /etc/dnsmasq.d/lxc 2>/dev/null || true
 
25
 
 
26
        # Try to restart a potential system wide dnsmasq
 
27
        invoke-rc.d dnsmasq restart 2>/dev/null || true
27
28
    ;;
28
 
    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 
29
    upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
29
30
    ;;
30
31
 
31
32
    *)