mirror of https://schlomp.space/tastytea/hashboot
Kernel install hook for arch added
parent
7f298b351d
commit
4078c6c0d6
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
case $1 in
|
||||||
|
add)
|
||||||
|
hasboot index
|
||||||
|
;;
|
||||||
|
remove)
|
||||||
|
hasboot index
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in New Issue