Modificirano da ne briše konfiguraciju
[kernel-cn.git] / debian / postrm
index 28f52e5..dac7650 100755 (executable)
@@ -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.