nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

pybit-web.postrm script fails if dbconfig-common is not installed #119

Closed ghost closed 11 years ago

ghost commented 11 years ago

Simple typo in the postrm script - it tries to source the dbconfig-common support and then execute that support, however, it still tries to execute dbconfig-common even if the dbconfig-common package isn't installed.

Simply need to move the dbc_go command inside the check for dbconfig-common being installed.