check-mk/debian/check-mk-config-icinga.preinst

12 lines
199 B
Plaintext
Raw Permalink Normal View History

2017-01-27 08:20:02 +01:00
#!/bin/sh
set -e
dpkg-maintscript-helper mv_conffile \
/etc/icinga/objects/check_mk_templates.cfg \
/etc/icinga/objects/check_mk/check_mk_templates.cfg \
1.1.10-2 -- "$@"
#DEBHELPER#