summarylogtreecommitdiffstats
path: root/mkinitcpio.build
blob: f60248ea0d8c4686fa4e9803fc0661ba0a912478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-only

build() {
    add_runscript
}

help() {
    cat <<HELPEOF
This hook is for the Bananapi-R64/R3
HELPEOF
}