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
dffac0a97eada398dcc68dce3df00a6b35a499d8
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