cleanup up old lib64 references (#30246)
* cleanup sensord * rm rest * fix that * update thatpull/30248/head
parent
383964cd5b
commit
f0aa631818
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