dpkg/kylin/hg/DEBIAN/prerm

6 lines
79 B
Bash
Executable File

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