#!/bin/sh

if [ -x /etc/init.d/keyman ]; then
   invoke-rc.d keyman stop || true
fi

