# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1315220162 -7200 # Node ID f6d750acf0cf9a2d02b1c76a2492a227c49a8c37 # Parent e586621a78fc688770f6d647969e8ce083e8b199 fixed postrm diff -r e586621a78fc -r f6d750acf0cf debian/changelog --- a/debian/changelog Mon Sep 05 12:24:45 2011 +0200 +++ b/debian/changelog Mon Sep 05 12:56:02 2011 +0200 @@ -1,3 +1,9 @@ +littlebird (2011072500-57) stable; urgency=low + + * fixed core postrm + + -- Heiko Schlittermann Mon, 05 Sep 2011 12:53:02 +0200 + littlebird (2011072500-56) stable; urgency=low * fixed sql postinst script (no endless loop if no access) diff -r e586621a78fc -r f6d750acf0cf debian/littlebird-tc-core.postrm --- a/debian/littlebird-tc-core.postrm Mon Sep 05 12:24:45 2011 +0200 +++ b/debian/littlebird-tc-core.postrm Mon Sep 05 12:56:02 2011 +0200 @@ -28,7 +28,7 @@ ucf --debconf-ok --purge /etc/apache2/conf.d/littlebird-tc ucfq --with-colons littlebird-tc-core | while IFS=: read file rest - done + do ucfr --purge littlebird-tc-core "$file" done