From 400ba1808f11f8e4814df6bdb17861d856efb107 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 7 Nov 2022 20:04:30 +0000 Subject: feat: Finish firefly APKBUILD Add dependencies and subpackages' dependencies. --- apks/firefly3/firefly3.post-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apks/firefly3/firefly3.post-install (limited to 'apks/firefly3/firefly3.post-install') 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 -- cgit v1.2.3