Add akshara.install, update akshara.hook

This commit is contained in:
Rudra Saraswat 2023-05-06 22:17:58 +05:30
parent 5f62b2f59a
commit 038f5d2abf
2 changed files with 36 additions and 0 deletions

18
akshara.install Normal file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0
build() {
add_module overlay
add_binary bash
add_binary findmnt
add_runscript
}
help() {
cat <<HELPEOF
This hook handles system updates and overlays. No
configuration is needed.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: