Hi, Last week I attempted to install Coda (from "projects" version); the installation stopped in the middle of the process due to the inavailability of "bc". Then the package couldn't be continued, and it couldn't be reinstalled. The problem was that the post-installation and -remove scripts were looking for _running_ daemons; the installation wasn't successful, but the install scripts for reinstallation were looking for some running daemons. So I was stuck; the package couldn't be removed nor installed. The solution was to put "exit 0" in the beginning of those post-* scripts.
Oki