From ef335e1e61844c982f4fb7730b7f41d4f8db0803 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Wed, 11 Oct 2023 16:14:15 +0200 Subject: [PATCH] =?utf8?q?Priprema=20za=20bullseye,=20ne=20bri=C5=A1emo=20se?= =?utf8?q?=20iz=20prerm?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ debian/prerm | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 543cc17..b849cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amavisd-cn (3:2.11.0+cn10u4) stable; urgency=low + + * Preiprema za bullseye, ne brišemo ništa iz prerm + + -- Zeljko Boros Wed, 11 Oct 2023 16:11:34 +0200 + amavisd-cn (3:2.11.0+cn10u3) stable; urgency=low * Patchiranje /usr/sbin/amavisd-new zbog upozorenja "File is not OLE2 format" diff --git a/debian/prerm b/debian/prerm index f756ca3..593de7a 100755 --- a/debian/prerm +++ b/debian/prerm @@ -26,6 +26,11 @@ ALIASES=/etc/aliases main_cf=/etc/postfix/main.cf master_cf=/etc/postfix/master.cf +################################## +# Ne brisemo nista za bullseye i izlazimo +exit 0 +################################## + del_postconf() { egrep -v "^$1[[:blank:]]*=[[:blank:]]*" $main_cf > $main_cf.dpkg-tmp.$$ cp_mv $main_cf.dpkg-tmp.$$ $main_cf -- 1.7.10.4