#!/bin/sh

if [ -e /tmp/jdownloader_tmp_upgrade/cfg.tgz ]; then
	rm -rf ${SYNOPKG_PKGDEST}/cfg
	cd ${SYNOPKG_PKGDEST} && tar -xvf /tmp/jdownloader_tmp_upgrade/cfg.tgz
fi
rm -rf /tmp/jdownloader_tmp_upgrade

exit 0
