forked from tastytea/hashboot
Kernel install hook for arch added
This commit is contained in:
parent
7f298b351d
commit
4078c6c0d6
11
kernel-install-hook-arch.install
Executable file
11
kernel-install-hook-arch.install
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
case $1 in
|
||||
add)
|
||||
hasboot index
|
||||
;;
|
||||
remove)
|
||||
hasboot index
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user