dpkg/kylin/hgsm/DEBIAN/prerm

8 lines
81 B
Bash
Executable File

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