dpkg/kylin/hgsm/DEBIAN/prerm

8 lines
81 B
Plaintext
Raw Permalink Normal View History

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