archboot/usr/lib/initcpio/install/archboot_weechat

16 lines
242 B
Text
Raw Normal View History

#!/usr/bin/env bash
2011-08-31 09:14:49 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
2013-05-22 11:48:18 +02:00
add_binary "weechat-curses"
2011-08-31 16:51:00 +02:00
add_full_dir "/usr/lib/weechat"
2011-08-31 09:14:49 +02:00
}
help ()
{
cat<<HELPEOF
This hook includes weechat on an arch boot image.
HELPEOF
}