tags 416749 + patch retitle 416749 depends on non-essential package in postrm thanks
Hi, I've attached a patch which should fix this. I think all the postrm calls are now sufficiently qualified. Matt -- Matthew Johnson
diff -urN gallery2-2.2.1.orig/debian/gallery2.postrm gallery2-2.2.1/debian/gallery2.postrm --- gallery2-2.2.1.orig/debian/gallery2.postrm 2007-06-06 10:29:33.399738393 +0100 +++ gallery2-2.2.1/debian/gallery2.postrm 2007-06-06 10:30:41.625553313 +0100 @@ -31,7 +31,9 @@ # remove the database db_get gallery2/mysql/dbname || true dbname=$RET - . /usr/share/wwwconfig-common/mysql-dropdb.sh || true + if [ -f /usr/share/wwwconfig-common/mysql-dropdb.sh ]; then + . /usr/share/wwwconfig-common/mysql-dropdb.sh || true + fi fi fi
signature.asc
Description: Digital signature