dpkg/uos/hgtool/DEBIAN/preinst

8 lines
86 B
Bash
Executable File

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