dpkg/kylin/cts/DEBIAN/preinst

8 lines
88 B
Bash
Executable File

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