dpkg/kylin/hgsm/DEBIAN/preinst

7 lines
83 B
Bash
Executable File

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