# postinst script
#
# see: dh_installdeb(1)
set -e

# We delegate this to bundled executable to be able to write unit tests
# for this very intricate functionality
/opt/ya-salt/bin/postinst "$1" "$2"

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0