dpkg/kylin/zj/DEBIAN/preinst

8 lines
90 B
Bash
Executable File

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