summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 22:24:32 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 22:24:32 (EST)
commit10363e4d879d06817a6036ff8c81377455d1ea39 (patch)
tree9e4da35b6122856147a0b88b02204afbbfae86e9
parent1f7a7577241a1bd6af6378fba345dc52f1dd056c (diff)
cmd/install: Use register_cmd()
-rw-r--r--lib/cmd/install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index d983e28..d773de2 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -79,3 +79,9 @@ cmd_install_main()
block_umount "${chroot}"
fi
}
+
+cmd_install_register()
+{
+ register_cmd 'install'
+}
+__init cmd_install_register