Syntax of script run at uninstall is malformed
Change-Id: Icf056a66411d99a5aa8a2ad61f55751c0ac43b68
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user