spsdco / notes

Awesome note taking.
MIT License
561 stars 54 forks source link

Installation error #173

Open ryzhikgagarin opened 9 years ago

ryzhikgagarin commented 9 years ago

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

zackp30 commented 9 years ago

What dpkg command did you use?

ryzhikgagarin commented 9 years ago

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.

ryzhikgagarin commented 9 years ago

a post-installation script ( /var/lib/dpkg/info/springseed.postinst) consist of:

!/bin/sh

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..

zackp30 commented 9 years ago

Strange. I'll ask @michealharker to repackage it.