#!/bin/bash
#
# $Id: osgi-bundles-common.preinst 391 2015-06-27 11:44:55Z osgi $
#
# stop osgi-runner before installing or upgrading
#

service osgi-runner status > /dev/null && service osgi-runner stop

exit 0