#!/bin/sh
# Upgrade: postinst does not run, but the new package files (and this lib)
# are already in place — re-create the container with the saved settings.
set -e
. "${SYNOPKG_PKGDEST}/lib/pkg-lib.sh"
setup_container
exit 0
