diff -u gallery-1.5.7/debian/postrm gallery-1.5.7/debian/postrm --- gallery-1.5.7/debian/postrm +++ gallery-1.5.7/debian/postrm @@ -37,6 +37,7 @@ esac done + rm -f /etc/gallery/config.php /etc/gallery/htaccess rmdir --ignore-fail-on-non-empty /etc/gallery || true fi diff -u gallery-1.5.7/debian/changelog gallery-1.5.7/debian/changelog --- gallery-1.5.7/debian/changelog +++ gallery-1.5.7/debian/changelog @@ -1,3 +1,10 @@ +gallery (1.5.7-2) unstable; urgency=low + + * debain/postrm added line to delete /etc/gallery/config.php and + /etc/gallery/htacces. (Closes: #442109) + + -- Niklas Klein Tue, 18 Sep 2007 10:57:04 +0200 + gallery (1.5.7-1) unstable; urgency=low * New upstream release (Closes: #438509)