#!/bin/sh

. /etc/limine/limine-bios-updater.conf

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

cat <<EOF
* 
* The limine-bios-updater apk trigger hook is disabled by default in the
* default configuration file (/etc/limine/limine-bios-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-bios-updater
*
* to manually run the hook for the first time.
* 
EOF
