#!/bin/sh
# Deliberately does not create /var/packages/invlocal-agent/var itself - DSM
# already creates and chowns it to the package's non-root run-as user (see
# conf/privilege) before this runs. postinst still runs as root, so doing it
# here would leave that directory root-owned instead, and start-stop-status
# (which does run as the restricted user) would then fail to write its PID
# file/log/identity into it. start-stop-status's own `mkdir -p` covers the
# directory-doesn't-exist case safely, since it runs as the same user that
# needs to own it.
exit 0
