Add package-first build and distribution workflow

This commit is contained in:
Thales Maciel 2026-02-27 15:06:57 -03:00
parent 4a69c3d333
commit 993f51712b
13 changed files with 462 additions and 52 deletions

10
packaging/deb/postinst Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
set -eu
cat <<'EOF'
Aman installed.
To enable auto-start for your user session:
systemctl --user daemon-reload
systemctl --user enable --now aman
EOF