I could not reproduce the installation problem. The only thing not mentioned in the initial report was that I tried to configure a second instance when dpkg prompted me.
Mark On Wed, Jul 19, 2017 at 2:10 PM, Mark Hedges <mark.write....@gmail.com> wrote: > tags 868955 patch > thanks > > Uninstall problem seems to be snowballed from not being able to > install in the first place. > > /var/lib/dpkg/info/redmine.postrm line 10: > > instances=$(ls -1 /etc/redmine/*/database.yml | xargs dirname | > xargs -n 1 basename) > > If there are no directories, this fails. > > I attached a patch for /var/lib/dpkg/info/redmine.postrm ... not sure > about the installation problem yet though. > > Mark