hashboot/kernel-install-hook-arch.in...

12 lines
103 B
Plaintext
Raw Normal View History

2015-10-03 16:31:08 -04:00
#!/bin/bash
case $1 in
add)
hasboot index
;;
remove)
hasboot index
;;
esac