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

12 lines
105 B
Bash
Executable File

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