#!/bin/sh

set -e

if [ -x /usr/sbin/pmon-update ]
then
	pmon-update
fi
