From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Wed, 5 Jul 2023 20:01:48 +0000 (+0200)
Subject: Modificirano da ne briše konfiguraciju
X-Git-Tag: debian/3%4.19.0+cn10u1^0
X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=kernel-cn.git

Modificirano da ne briše konfiguraciju
---

diff --git a/debian/changelog b/debian/changelog
index 5a2d6f8..b5a2276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+kernel-cn (3:4.19.0+cn10u1) stable; urgency=low
+
+  * Izmjene za buster, ne brišu se postavke iz /etc/modules i
+    /etc/security/limits nakon brisanja paketa
+
+ -- Zeljko Boros <Zeljko.Boros@carnet.hr>  Wed, 05 Jul 2023 20:49:57 +0200
+
 kernel-cn (3:4.9.0~cn0) stable; urgency=low
 
   * izmjene za stretch
diff --git a/debian/control b/debian/control
index a04ddc9..19d9bc6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: kernel-cn
 Section: base
 Priority: required
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
+Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
 Build-Depends: debhelper (>= 9), po-debconf
 Standards-Version: 3.9.8
 
diff --git a/debian/postrm b/debian/postrm
index 28f52e5..dac7650 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -35,17 +35,18 @@ esac
 
 ################################################################################
 
-echo -n "CN: Cleaning up..."
+### zakomentirano jer više ne želimo brisati postavke nakon brisanja paketa (2023-07-05)
+###echo -n "CN: Cleaning up..."
 
-# remove us from limits.conf
-cp-update -r kernel-cn /etc/security/limits.conf
-echo -n " limits"
+#### remove us from limits.conf
+###cp-update -r kernel-cn /etc/security/limits.conf
+###echo -n " limits"
 
-# remove us from modules
-cp-update -r kernel-cn /etc/modules
-echo -n " modules"
+#### remove us from modules
+###cp-update -r kernel-cn /etc/modules
+###echo -n " modules"
 
-echo "."
+###echo "."
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.