#!/bin/sh

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

# general routine
rm -f ${UPGRADE_FILE}

exit 0
