hashboot/kernel-install-hook-arch.install
2015-10-03 22:31:08 +02:00

12 lines
103 B
Bash
Executable File

#!/bin/bash
case $1 in
add)
hasboot index
;;
remove)
hasboot index
;;
esac