dpkg/uos/hgtool/DEBIAN/prerm

6 lines
81 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
if [ -n "$(pgrep HGScanTool$)" ];then
kill $(pgrep HGScanTool$)
fi