dpkg/kylin/msd/DEBIAN/preinst

8 lines
90 B
Bash
Executable File

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