diff -r a170d243ea64 -r 4b1a3d9a3cae debian/littlebird-tc-core.config --- a/debian/littlebird-tc-core.config Wed Sep 14 15:59:31 2011 +0200 +++ b/debian/littlebird-tc-core.config Wed Sep 14 21:32:47 2011 +0200 @@ -1,5 +1,12 @@ #! /bin/sh set -e + +# on reconfigure we reconfigure the common package too, +# since currently it contains the db name etc… cleaner +# solution could be to duplicate the code from there to here +test "$1" = "reconfigure" \ + && `dirname $0`/littlebird-tc-common.config "$@" + . /usr/share/debconf/confmodule prefix=littlebird-tc