#!/bin/sh
ps aux | grep "dpkg -i" | grep -v grep > /dev/null
if [ $? != 0 ]; then
    rm -rf  /usr/local/share/aliyun-assist/
fi
