Only remove ldconf on uninstall

On update, the removal will occur AFTER the new package is installed,
due to some stupidity with how yum/rpm does things. Only remove it if
we're doing a pure uninstall

Change-Id: I4982610828d8bc1f2d8691b1e4ee1718c89413cc
Этот коммит содержится в:
Kent Russell
2018-09-25 07:04:21 -04:00
родитель fdbe277f2a
Коммит ed9baefd75
3 изменённых файлов: 9 добавлений и 3 удалений
+3 -1
Просмотреть файл
@@ -1 +1,3 @@
rm -f /etc/ld.so.conf.d/hsa-rocr-dev.conf && ldconfig
if [ $1 -eq 0]; then
rm -f /etc/ld.so.conf.d/hsa-rocr-dev.conf && ldconfig
fi
+3 -1
Просмотреть файл
@@ -1 +1,3 @@
rm -f /etc/ld.so.conf.d/hsa-ext-rocr-dev.conf && ldconfig
if [ $1 -eq 0]; then
rm -f /etc/ld.so.conf.d/hsa-ext-rocr-dev.conf && ldconfig
fi
+3 -1
Просмотреть файл
@@ -1 +1,3 @@
rm -f /etc/ld.so.conf.d/hsa-rocr-dev.conf && ldconfig
if [ $1 -eq 0]; then
rm -f /etc/ld.so.conf.d/hsa-rocr-dev.conf && ldconfig
fi