dpkg/kylin/neu/DEBIAN/prerm

6 lines
75 B
Plaintext
Raw Normal View History

#!/bin/bash
2023-10-13 03:55:37 +00:00
if [ -n "$(pgrep NeuScan$)" ];then
kill $(pgrep NeuScan$)
fi