From a359a29933e24de2dbffcf510aeedb3f29d3c9c8 Mon Sep 17 00:00:00 2001 From: oh Date: Sat, 3 Oct 2015 22:47:15 +0200 Subject: [PATCH] more easy. --- kernel-install-hook-arch.install | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/kernel-install-hook-arch.install b/kernel-install-hook-arch.install index 0d71678..289f21c 100755 --- a/kernel-install-hook-arch.install +++ b/kernel-install-hook-arch.install @@ -1,11 +1,4 @@ #!/bin/bash -case $1 in - add) - hashboot index - ;; - remove) - hashboot index - ;; -esac +hashboot index