aman/packaging/deb/postinst

10 lines
166 B
Bash
Executable file

#!/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