#!/bin/sh # # $Id$ # # stop osgi-runner before installing or upgrading # service osgi-runner status > /dev/null && service osgi-runner stop exit 0