49a8e8b3fea769516970b32554668ec6e5fe370e
[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