summarylogtreecommitdiffstats
path: root/fbsplash.install
diff options
context:
space:
mode:
Diffstat (limited to 'fbsplash.install')
-rw-r--r--fbsplash.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/fbsplash.install b/fbsplash.install
new file mode 100644
index 000000000000..21cb9839f712
--- /dev/null
+++ b/fbsplash.install
@@ -0,0 +1,11 @@
+#! /usr/bin/bash
+
+build() {
+ add_runscript
+}
+
+help() {
+ cat <<HELPEOF
+This hook shows a simple splash screen.
+HELPEOF
+}