On September 3, 2004 03:39 pm, Robert Tilley wrote: > What follows is a log of my failed attempts to deal with the frozen-bubble > package on my system. The dependency problems I was experiencing were > preventing all updates. > <Problem!> > mv: cannot stat `/usr/games/frozen-bubble.wav': No such file or directory > dpkg: warning - old post-removal script returned error exit status 1 > dpkg - trying script from the new package instead ... > dpkg: error > processing /var/cache/apt/archives/frozen-bubble-data_1.0.0-6_all.deb > (--unpack): > there is no script in the new version of the package - giving up > preinst called with unknown argument `abort-upgrade'
Packaging problem. It doesn't properly handle the (non)-existence of the wav file in the postrm script, then doesn't seem to even _have_ a postrm in the new package, and finally it doesn't know what to do with a 'abort-upgrade' argument in the preinst script of the new package. -- derek

