archboot/usr/lib/initcpio/install/arch_weechat
2013-05-22 11:48:18 +02:00

15 lines
234 B
Bash

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