dpkg/kylin/gdt/DEBIAN/prerm

6 lines
77 B
Bash
Executable File

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