dpkg/kylin/neu/DEBIAN/prerm

6 lines
75 B
Bash

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