dpkg/kylin/msd/DEBIAN/prerm

6 lines
85 B
Bash
Executable File

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