diff --git a/kernel-install-hook-arch.install b/kernel-install-hook-arch.install new file mode 100755 index 0000000..fa4c7c9 --- /dev/null +++ b/kernel-install-hook-arch.install @@ -0,0 +1,11 @@ +#!/bin/bash + +case $1 in + add) + hasboot index + ;; + remove) + hasboot index + ;; +esac +