dpkg/kylin/lsc/DEBIAN/prerm

8 lines
83 B
Bash
Executable File

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