#!/bin/sh

if [ ! -z "$2" ]  # Upgrade
then
   #--- Stop filepath so we can install new files.
   /opt/filepath/filepath stop
fi

exit 0
