Revert "Bug 4450 Use more consistent error returns in C4/Creators/*"
[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#