hashboot/kernel-install-hook-arch.install

12 lines
105 B
Plaintext
Raw Normal View History

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