dpkg/kylin/hw/DEBIAN/prerm

8 lines
83 B
Bash
Executable File

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