~davewalker/ubuntu/maverick/qemu-kvm/623830

« back to all changes in this revision

Viewing changes to debian/qemu-kvm-extras-static.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-04-20 13:12:08 UTC
  • Revision ID: james.westby@ubuntu.com-20100420131208-uhilwajpjf7cbfte
Tags: 0.12.3+noroms-0ubuntu8
debian/qemu-kvm-extras-static.postrm, .postinst: use "invoke-rc.d procps
start" instead of "start procps" to honor policy-rc.d and hence be
chroot-safe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# apply /etc/sysctl.d settings
6
6
if [ "$1" = purge ]; then
7
 
    start procps
 
7
    invoke-rc.d procps start
8
8
fi
9
9
 
10
10
#DEBHELPER#