archboot/usr/lib/initcpio/install/arch_ddrescue
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 "ddrescue"
}
help ()
{
cat<<HELPEOF
This hook includes ddrescue on an arch boot image.
HELPEOF
}