dpkg/kylin/dl/DEBIAN/preinst

8 lines
82 B
Bash
Executable File

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