dpkg/kylin/zj/DEBIAN/prerm

6 lines
85 B
Bash

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