#!/bin/sh
# postinst script
#
# see: dh_installdeb(1)

set -e

if [ "$1" = "configure" ]; then
    systemctl --system stop yandex-hm-server.service
fi

#DEBHELPER#

exit 0
