dpkg/kylin/zg/DEBIAN/prerm

6 lines
77 B
Bash
Executable File

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