1 Star 0 Fork 36

myForker/FastDeploy

forked from PaddlePaddle/FastDeploy 
Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
debian_prerm.in 327 Bytes
Copy Edit Raw Blame History
#!/bin/bash
case "$1" in
remove|deconfigure)
rm -f /etc/ld.so.conf.d/@CPACK_PACKAGE_NAME@.conf
rm @CMAKE_INSTALL_PREFIX@/@CPACK_PACKAGE_NAME@.conf
rm -rf @CMAKE_INSTALL_PREFIX@/third_libs/install/tensorrt/lib/
ldconfig
echo "FastDeploy is going to be uninstalled."
;;
esac
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/encv/FastDeploy.git
git@gitee.com:encv/FastDeploy.git
encv
FastDeploy
FastDeploy
develop

Search