dpkg/kylin/neu/DEBIAN/preinst

8 lines
80 B
Bash
Executable File

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