archboot/usr/lib/initcpio/install/arch_fsarchiver
2013-07-22 17:57:18 +02:00

14 lines
201 B
Bash

#!/usr/bin/env bash
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "fsarchiver"
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on arch boot image.
HELPEOF
}