dpkg/kylin/zg/DEBIAN/preinst

8 lines
82 B
Bash

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