dpkg/kylin/hw/DEBIAN/preinst

7 lines
85 B
Bash
Executable File

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