diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-11-07 20:04:30 +0000 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-11-07 20:04:30 +0000 |
commit | 400ba1808f11f8e4814df6bdb17861d856efb107 (patch) | |
tree | 04be03ca31a8b8edc80b9aa2c20020212bf94501 /apks/firefly3/firefly3.post-install | |
parent | 3f8ef10024a2c5b7d94ee91c7b481a742bfcd156 (diff) | |
download | apkbuilds-400ba1808f11f8e4814df6bdb17861d856efb107.tar.gz apkbuilds-400ba1808f11f8e4814df6bdb17861d856efb107.tar.bz2 apkbuilds-400ba1808f11f8e4814df6bdb17861d856efb107.zip |
feat: Finish firefly APKBUILD
Add dependencies and subpackages' dependencies.
Diffstat (limited to 'apks/firefly3/firefly3.post-install')
-rw-r--r-- | apks/firefly3/firefly3.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apks/firefly3/firefly3.post-install b/apks/firefly3/firefly3.post-install new file mode 100644 index 0000000..0c5d88a --- /dev/null +++ b/apks/firefly3/firefly3.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +printf " *\n * Add the configration to '/var/www/firefly3/.env' \n" +printf " * Without it firefly3 won't run.\n *\n" + +exit 0 |