Project

General

Profile

Download (170 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/bin/sh

set -e
if [ ! -z "${DEBUG}" ]; then set -x; fi

. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go foreman $@

#DEBHELPER#

exit 0
(17-17/18)