dpkg/kylin/dl/DEBIAN/prerm

6 lines
77 B
Plaintext
Raw Normal View History

2023-07-24 06:03:47 +00:00
#!/bin/bash
if [ -n "$(pgrep DELISCAN$)" ];then
kill $(pgrep DELISCAN$)
fi