#!/bin/sh

if [ -f /usr/bin/deepin-ai-models ];then
	# 创建软链接
	rm /usr/bin/deepin-ai-models
fi

# 退出脚本
exit 0