Open ryzhikgagarin opened 10 years ago
What dpkg
command did you use?
Any..
Which provide installation or fixing
dpkg -i
dpkg --configure -a
apt-get install -f
gdebi or synaptic package managers, apt, aptitude and so on.
Uninstallation of the package from the system removes error.
Reinstallation brings all the same error.
a post-installation script ( /var/lib/dpkg/info/springseed.postinst) consist of:
set -e
case "$1" in configure) cd /usr/share/springseed unzip -u Springseed.zip rm Springseed.zip ...
but there is no any Springseed.zip or kind like that..
Strange. I'll ask @michealharker to repackage it.
After installation works fine, but breaks dpkg system.
Ubuntu 14.04.1; Linux x86_64
Permanent error:
Setting up springseed (2.0) ... unzip: cannot find or open Springseed.zip, Springseed.zip.zip or Springseed.zip.ZIP. dpkg: error processing package springseed (--configure): subprocess installed post-installation script returned error exit status 9 Errors were encountered while processing: springseed