cleanup up old lib64 references (#30246)
* cleanup sensord
* rm rest
* fix that
* update that
old-commit-hash: f0aa631818
testing-closet
parent
3196e129ca
commit
c3aa58b492
10 changed files with 4 additions and 13 deletions
@ -1,5 +1,4 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" |
||||
export QT_QPA_PLATFORM="offscreen" |
||||
exec ./_soundd |
||||
|
@ -1,5 +1,4 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" |
||||
export QT_DBL_CLICK_DIST=150 |
||||
exec ./_ui |
||||
|
@ -1 +1 @@ |
||||
_sensord |
||||
sensord |
||||
|
@ -1,4 +0,0 @@ |
||||
#!/bin/sh |
||||
cd "$(dirname "$0")" |
||||
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" |
||||
exec ./_sensord |
Loading…
Reference in new issue