Kernel install hook for arch added

This commit is contained in:
oh 2015-10-03 22:31:08 +02:00
parent 7f298b351d
commit 4078c6c0d6
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
case $1 in
add)
hasboot index
;;
remove)
hasboot index
;;
esac