#!/bin/sh
# postpatch, postbackout

# restart lmx.srv
if [ -f /etc/init.d/ms_srv ]
then
    /etc/init.d/ms_srv start
fi

exit 0
