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
c3b47c0959efdfd94de166eb727b2fb33c636db7
rocm-systems
/
RPM
/
rpm_postun
T
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
spec: Only remove ldconf file if uninstalling
2018-08-02 06:49:48 -04:00
if [ $1 -eq 0 ]; then
rm -f /etc/ld.so.conf.d/x86_64-libhsakmt.conf && ldconfig
fi
Reference in New Issue
Copy Permalink