From 3f032de24b0909cfb365469641ffaef65f3e24dc Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 18:36:47 +0200 Subject: [PATCH] rename kernel-hooks.debian -> kernel-hook --- INSTALL | 2 +- kernel-hooks.debian => kernel-hook | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kernel-hooks.debian => kernel-hook (100%) diff --git a/INSTALL b/INSTALL index 5a1288c..5c84aec 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ * Make hashboot.sh executable * Place hashboot.sh anywhere in $PATH * Install the appropriate init script -* If applicable, copy kernel-hooks.debian to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks) +* If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks) VERIFIED TO WORK ON: * Gentoo (as of 2015/10) diff --git a/kernel-hooks.debian b/kernel-hook similarity index 100% rename from kernel-hooks.debian rename to kernel-hook