12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
|
#!/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#
|
||
|
|