dpkg/kylin/cts/DEBIAN/prerm

6 lines
83 B
Bash
Executable File

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