This website requires JavaScript.
Explore
Help
Sign In
AI
/
rocm-systems
Watch
2
Star
0
Fork
0
You've already forked rocm-systems
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
24d10e5c762b581ad94de76be70922d0d14dc6cd
rocm-systems
/
projects
/
rocr-runtime
/
runtime
/
packages
/
hsa-ext-rocr-dev
/
rpm_postun
T
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Syntax of script run at uninstall is malformed
2020-06-26 16:56:29 -05:00
if [ $1 -eq 0 ]; then
Only remove ldconf on uninstall
2018-09-25 07:04:21 -04:00
rm -f /etc/ld.so.conf.d/hsa-ext-rocr-dev.conf && ldconfig
fi
Reference in New Issue
Copy Permalink