Syntax of script run at uninstall is malformed

Change-Id: Icf056a66411d99a5aa8a2ad61f55751c0ac43b68


[ROCm/ROCR-Runtime commit: 23646846f7]
Этот коммит содержится в:
Ramesh Errabolu
2020-06-26 16:56:29 -05:00
родитель 3955da129e
Коммит 2a55998186
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -40,6 +40,6 @@
##
################################################################################
if [ $1 -eq 0]; then
if [ $1 -eq 0 ]; then
rm -f /etc/ld.so.conf.d/hsa-rocr-dev.conf && ldconfig
fi
+1 -1
Просмотреть файл
@@ -1,3 +1,3 @@
if [ $1 -eq 0]; then
if [ $1 -eq 0 ]; then
rm -f /etc/ld.so.conf.d/hsa-ext-rocr-dev.conf && ldconfig
fi