Ensure Metaproxy is using YAZ 5.0.21 or later
[metaproxy-moved-to-github.git] / debian / metaproxy.prerm
1 #!/bin/sh
2 set -e
3 if [ -x "/etc/init.d/metaproxy" ]; then
4         invoke-rc.d metaproxy stop || exit $?
5 fi