1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00
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