On Thu, Sep 20, 2007, Sven Arvidsson wrote: > I can't reproduce this, how did you end up with this? Do you still have > some glade 2.12 packages installed?
This can happen when a version of a package ships a symlink to a directory and the next one ships a directory: the unpacking of the new package takes place where the symlink points to and the removal of the old package might remove the "new" dir. The solution is to rm the symlink or the directory before upgrade, in the preinst script. -- Loïc Minier