mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
11 lines
133 B
Bash
11 lines
133 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
. /usr/share/dbconfig-common/dpkg/prerm
|
|
dbc_go icinga2-ido-mysql $@
|
|
|
|
#DEBHELPER#
|
|
|