aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-10 03:09:59 +0300
committerCem Keylan <cem@ckyln.com>2019-12-10 03:09:59 +0300
commit74b2e6a26adfbd00ca05963fa3adba93d19fc51b (patch)
treeae722d462e5be8e2c0eccf9e19e138f69ddc59ad /mkrootfs.sh
parent40bab528f881f6616dd2019210be785c49765e29 (diff)
downloadmkrootfs-74b2e6a26adfbd00ca05963fa3adba93d19fc51b.tar.gz
fix wrong function name
Diffstat (limited to 'mkrootfs.sh')
-rwxr-xr-xmkrootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index d87ed43..828f38d 100755
--- a/mkrootfs.sh
+++ b/mkrootfs.sh
@@ -82,5 +82,5 @@ msg "Package build complete, starting package installation"
# shellcheck disable=SC2086
kiss i $PKGS
msg "Installation Complete, starting custombuild procedure if there is one"
-custombuild
+postinstall
msg "Done!"