10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
|
install ()
|
||
|
{
|
||
|
MODULES=""
|
||
|
BINARIES=""
|
||
|
FILES=""
|
||
|
SCRIPT="archiso-early"
|
||
|
}
|
||
|
|
||
|
# vim:ft=sh:ts=4:sw=4:et:
|