monasca-thresh/thresh/src/deb/control/prerm

10 lines
72 B
Bash

#!/bin/sh
case "$1" in
remove)
stop mon-thresh
;;
esac
exit 0