sru_z3950: pass through incoming Z39.50 requests
[metaproxy-moved-to-github.git] / debian / metaproxy.prerm
1 #!/bin/sh
2 if [ -x "/etc/init.d/metaproxy" ]; then
3         invoke-rc.d metaproxy stop || exit $?
4 fi