summarylogtreecommitdiffstats
path: root/pinesam.install
diff options
context:
space:
mode:
authorKhorne2024-06-07 13:55:35 +0200
committerKhorne2024-06-07 13:55:35 +0200
commit3410610fc34c9b1ede580e88e3a2b9e78aee0891 (patch)
treee372ac66844b84a13a138a43fd2655bc8f632a08 /pinesam.install
downloadaur-3410610fc34c9b1ede580e88e3a2b9e78aee0891.tar.gz
Initial upload: pinesam-git 2.2.6+5.r704.20240514.050bea0-2
add pinesam
Diffstat (limited to 'pinesam.install')
-rw-r--r--pinesam.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/pinesam.install b/pinesam.install
new file mode 100644
index 000000000000..c7df7120917a
--- /dev/null
+++ b/pinesam.install
@@ -0,0 +1,16 @@
+post_install() {
+ printf '\n'
+ printf '%s\n' "=== Notes for 'pinesam' ==="
+ printf '\n'
+ printf '%s\n' "This software consists of 3 parts:"
+ printf '%s\n' " 1. A backend server in python, that communicates with the Pinecil,"
+ printf '%s\n' " 2. a webserver in nodejs, which serves the GUI,"
+ printf '%s\n' " 3. a bash script '/usr/bin/pinesam' that orchestrates the startup"
+ printf '%s\n' " of 1., 2. and a webbrowser window to view the GUI."
+ printf '%s\n' " Run "'/usr/bin/pinesam -h' for help."
+ printf '\n'
+}
+
+post_upgrade() {
+ post_install "$@"
+} \ No newline at end of file