97232eee15
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
9 lines
126 B
Bash
9 lines
126 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
. /usr/share/dbconfig-common/dpkg/prerm.mysql
|
|
dbc_go koha $@
|
|
|
|
#DEBHELPER#
|