install 370 B

123456789101112131415
  1. post_upgrade() {
  2. if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
  3. cat <<EOF
  4. ==> The file /etc/sysctl.conf has been removed from this
  5. ==> package, as all its settings are now kernel defaults.
  6. ==> If you had customized it, you need to rename it as
  7. ==> /etc/sysctl.d/99-sysctl.conf since from version 207 on
  8. ==> systemd only applies settings from /etc/sysctl.d/* .
  9. EOF
  10. fi
  11. }