Files
rpmbuilder/rpms/stalwart/resources/scripts/postremove.sh
T
unkinben b18e34c905
Build / build-8 (pull_request) Successful in 10s
Build / build-9 (pull_request) Successful in 10s
feat: additional pre-commit checks
- add all precommit checks from pre-commit's hooks repo
- ensure scripts with shebangs are executable
2026-03-07 17:04:48 +11:00

8 lines
204 B
Bash
Executable File

#!/usr/bin/env bash
# Reload systemd after service file removal
systemctl daemon-reload
# Note: We don't remove user data, logs, or configuration files
# to preserve user data in case of reinstallation