dpkg/kylin/hg/DEBIAN/preinst

8 lines
84 B
Bash
Executable File

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