Download icon

Mgcamd 1.35a for Arm receivers on OpenATV 2019-05-27

No permission to download
Mgcamd 1.35a for Arm receivers on OpenATV

Following added to postinstall script
Code:
#!/bin/sh
if [ -f /lib/ld-2.28.so ]; then
ln -s /lib/ld-2.28.so /lib/ld-linux.so.3
echo "ld-2.28.so symlink created"
else
echo "ld-2.28.so not found"
fi
if [ -f /lib/ld-2.26.so ]; then
ln -s /lib/ld-2.26.so /lib/ld-linux.so.3
echo "ld-2.26.so symlink created"
else
echo "ld-2.26.so not found"
fi
  • Like
Reactions: gilad2211
Author
Abu Baniaz
Downloads
8
Views
1,758
Views
1,579
First release
Last update

Ratings

0.00 star(s) 0 ratings

More Downloads from Abu Baniaz

Back
Top