dpkg/kylin/dl/DEBIAN/prerm

6 lines
77 B
Bash
Executable File

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