dpkg/kylin/hgtool/DEBIAN/prerm

6 lines
81 B
Bash
Executable File

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