]> git.koha-community.org Git - koha.git/blob - debian/koha.prerm
Bug 25858: (bug 25858 follow-up) Don't attempt to set flag if already set
[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#