#!/bin/sh

. /etc/limine/limine-efi-updater.conf

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

cat <<EOF
* 
* The limine-efi-updater apk trigger hook is disabled by default in the default
* configuration file (/etc/limine/limine-efi-updater.conf).
* Remember to remove or comment out the disable_hook=1 line, after updating the
* configuration file, to enable the hook, then, use:
*
*   apk fix limine-efi-updater
*
* to manually run the hook for the first time.
* 
EOF
