Bug 16733: Add adjust_paths_dev_install to koha-functions.sh
[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#