Comment 2 for bug 1313712

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: Trusty's libselinux1 is causes issues with Precise's upstart during dist-upgrade

if [ "$1" = "configure" ]; then
       # Restart init. If it fails, there is nothing we can do, so
      # just ignore the error (NOTE: Borrowed from libc6.postinst)
      telinit u 2>/dev/null || true ; sleep 1
 9fi

ph, yes, libselinux postinst is not upgrades from precise friendly.