mirror of https://github.com/Icinga/icinga2.git
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
. /usr/share/debconf/confmodule
|
||
|
. /usr/share/dbconfig-common/dpkg/prerm
|
||
|
dbc_go icinga2-ido-mysql $@
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|