Add package-first build and distribution workflow
This commit is contained in:
parent
4a69c3d333
commit
993f51712b
13 changed files with 462 additions and 52 deletions
10
packaging/deb/postinst
Executable file
10
packaging/deb/postinst
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue