Files
hubproxy/packaging/postremove.sh
2026-05-11 21:16:24 +08:00

7 lines
119 B
Bash

#!/bin/sh
set -e
if command -v systemctl >/dev/null 2>&1; then
systemctl daemon-reload >/dev/null 2>&1 || true
fi