dpkg/kylin/zj/DEBIAN/preinst

8 lines
90 B
Plaintext
Raw Permalink Normal View History

2023-02-03 06:36:15 +00:00
#!/bin/bash
if [ -n "$(pgrep MicrotekScan$)" ];then
kill $(pgrep MicrotekScan$)
fi