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

12 lines
105 B
Plaintext
Raw Normal View History

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