#!/bin/sh

set -e

if [ "$1" != "configure" ]; then
    exit 0
fi

cat <<BANNER
----------------------------------------------------------------------

The public digital key for Angie binaries has been installed to
the /etc/digsig/keys directory.

Please perform the following command

    sudo update-initramfs -uk all

and reboot the machine to apply the changes.

Please refer to the documentation for further details:
https://wiki.astralinux.ru/pages/viewpage.action?pageId=41190634

----------------------------------------------------------------------
BANNER

#DEBHELPER#

exit 0
