summarylogtreecommitdiffstats
path: root/initcpio_install
blob: 450b8f206f76aef4e703d3dae4d0b23c49d7749d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

build() {
  add_binary "ply-image"
  add_file "/usr/share/plymouth/splash.png"
  add_runscript
}

help() {
  cat <<HELPEOF
This hook shows plymouth-lite image
HELPEOF
}