#!/bin/sh
# Required by DSM, deliberately empty. See scripts/preupgrade for why.
#
# ⛔ DSM names both files in one refusal ("does not have preupgrade /
# postupgrade script"), so shipping only one of them is not a half fix -- it
# is the same failure.
#
# ⚠️ Nothing that happens after an upgrade belongs here either. postinst runs
# immediately before this one and already does that work: restoring var/ from
# the backup, checking the restored database, writing a missing config. This
# file runs after all of it, on a package that is about to be started.
exit 0
