summaryrefslogtreecommitdiffstats
path: root/install/shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'install/shutdown')
-rw-r--r--install/shutdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/install/shutdown b/install/shutdown
index 600209e..e9a5d93 100644
--- a/install/shutdown
+++ b/install/shutdown
@@ -1,10 +1,11 @@
#!/bin/bash
build() {
- BINARIES='cp lsblk'
- SCRIPT='shutdown'
-
+ add_binary cp
+ add_binary lsblk
add_file "/usr/lib/initcpio/shutdown" "/shutdown"
+
+ add_runscript
}
help() {