加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deepin-wine-wechat.install 855 Bytes
一键复制 编辑 原始数据 按行查看 历史
info() {
echo -e "\033[0;34m============================提示/INFO==============================="
echo -e "* 常见问题及解决(Troubleshoot):"
echo -e " https://github.com/vufa/deepin-wine-wechat-arch"
echo -e "* 反馈问题(Report issue):"
echo -e " https://github.com/vufa/deepin-wine-wechat-arch/issues"
echo -e "* 安装包下载(Installation package download):"
echo -e " https://github.com/vufa/deepin-wine-wechat-arch/releases"
echo -e "====================================================================\033[0m"
}
post_install() {
info
}
post_upgrade() {
find /home -maxdepth 2 -name ".deepinwine" -exec rm -f \{\}/Deepin-WeChat/reinstalled \;
info
}
pre_remove() {
echo "deleting the WeChat bottle..."
find /home -maxdepth 2 -name ".deepinwine" -exec rm -rf \{\}/Deepin-WeChat/ \;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化