dpkg/kylin/neu/DEBIAN/prerm

6 lines
75 B
Bash

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