From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Wed, 11 Oct 2023 14:14:15 +0000 (+0200)
Subject: Priprema za bullseye, ne brišemo se iz prerm
X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=amavisd-cn.git

Priprema za bullseye, ne brišemo se iz prerm
---

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 <Zeljko.Boros@carnet.hr>  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