#!/bin/sh
#
# Kernel hook for LILO.
# Arguments passed to this script: $1 pkgname, $2 version.
[ -x "$(command -v lilo)" ] || \
return 0
# Do not abort in case of an error.
lilo || true