fah-debian13/DEBIAN/prerm

9 lines
99 B
Text
Raw Permalink Normal View History

2025-11-07 17:37:30 -05:00
#!/bin/sh -e
NAME=fah-client
case "$1" in
remove)
systemctl stop $NAME || true
;;
esac