repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
mkinitcpio-archlogo
/
archlogo_install
blob
9dd50b9f5a78dca09edb6429a123bad056cb390e
1
# vim: set ft=sh:
2
3
build()
4
{
5
FILES=""
6
SCRIPT="archlogo"
7
}
8
9
help ()
10
{
11
cat<<HELPEOF
12
This hook adds an Arch Linux logo to the boot process.
13
HELPEOF
14
}