archboot/lib/initcpio/install/arch_weechat

18 lines
264 B
Text
Raw Normal View History

2011-08-31 09:14:49 +02:00
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
MODULES=""
BINARIES="/usr/bin/weechat"
FILES=""
SCRIPT=""
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
}