]> git.koha-community.org Git - koha.git/blob - debian/koha.prerm
Merge remote branch 'kc/new/bug_1953' into kcmaster
[koha.git] / debian / koha.prerm
1 #!/bin/sh
2
3 set -e
4
5 . /usr/share/debconf/confmodule
6 . /usr/share/dbconfig-common/dpkg/prerm.mysql 
7 dbc_go koha $@
8
9 #DEBHELPER#