Files
nginx-unit/pkg/deb/debian/unit.postinst
2017-10-19 18:23:32 +03:00

12 lines
87 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" != "configure" ]; then
exit 0
fi
#DEBHELPER#
exit 0