the content of cgroup-bin.postinst
#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -e "/etc/init/cgconfig.conf" ]; then
        invoke-rc.d cgconfig start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f cgconfig remove >/dev/null || exit $?
# End automatically added section
# Automatically added by dh_installinit
if [ -e "/etc/init/cgred.conf" ]; then
        invoke-rc.d cgred start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f cgred remove >/dev/null || exit $?
# End automatically added section
# Automatically added by dh_installinit
if [ -e "/etc/init/libvirt-cgred-wait.conf" ]; then
        invoke-rc.d libvirt-cgred-wait start || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f libvirt-cgred-wait remove >/dev/null || exit $?
# End automatically added section

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803604

Title:
  package cgroup-bin 0.37.1-1ubuntu2 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/803604/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to