#!/bin/sh

#customized info for different package
UPGRADE_FILE="/tmp/synodms.upgrade"

# general routine
rm -f ${UPGRADE_FILE}

exit 0
