$ cat /var/lib/dpkg/info/snapd.prerm
#! /bin/sh

set -e

if [ -d /run/systemd/system ]; then
    systemctl stop snapd.autoimport.service snapd.socket snapd.service
    systemctl disable snapd.autoimport.service snapd.socket snapd.service
fi

Seen as this script was doing sod-all, I removed it and could safely
purge the old snapd. Evidently this script was emitting a non-zero exit
status because the unit files have somehow gone astray. It probably
shouldn't do that as it breaks any further jobs on that package.

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

Title:
  Impossible to manage package after Trusty --> Xenial upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1732494/+subscriptions

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

Reply via email to