Skip to content
Snippets Groups Projects
Commit ea3ee221 authored by Markus Frosch's avatar Markus Frosch
Browse files

Remove old init.conf from upgraded systems

parent 3e1a43a0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ is_fresh_install()
dpkg-maintscript-helper rm_conffile \
"/etc/bash_completion.d/icinga2" "2.4.1-2~" -- "$@"
dpkg-maintscript-helper rm_conffile \
"/etc/icinga2/init.conf" "2.10.0~" -- "$@"
case "$1" in
configure)
if ! getent passwd nagios > /dev/null ; then
......
......@@ -32,6 +32,9 @@ is_fresh_install()
dpkg-maintscript-helper rm_conffile \
"/etc/bash_completion.d/icinga2" "2.4.1-2~" -- "$@"
dpkg-maintscript-helper rm_conffile \
"/etc/icinga2/init.conf" "2.10.0~" -- "$@"
case "$1" in
configure)
if ! getent passwd nagios > /dev/null ; then
......
......@@ -32,6 +32,9 @@ is_fresh_install()
dpkg-maintscript-helper rm_conffile \
"/etc/bash_completion.d/icinga2" "2.4.1-2~" -- "$@"
dpkg-maintscript-helper rm_conffile \
"/etc/icinga2/init.conf" "2.10.0~" -- "$@"
case "$1" in
configure)
if ! getent passwd nagios > /dev/null ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment