- Add stalwart: main mail server with systemd integration and user management - Add stalwart-cli: command line interface tool for server administration - Add stalwart-foundationdb: FoundationDB-enabled version with proper dependencies - Add libfoundationdb: FoundationDB client library (libfdb_c.so) package All packages include proper conflict resolution, systemd services, and follow repository packaging conventions. stalwart and stalwart-foundationdb are mutually exclusive to prevent installation conflicts.
5 lines
132 B
Bash
5 lines
132 B
Bash
#!/usr/bin/env bash
|
|
|
|
# No special setup needed for CLI tool
|
|
# Just ensure /usr/bin exists (it should always exist)
|
|
mkdir -p /usr/bin |