dpkg/uos/hgtool/DEBIAN/preinst

8 lines
86 B
Plaintext
Raw Normal View History

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