dpkg/kylin/lsc/DEBIAN/preinst

7 lines
85 B
Bash
Executable File

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