This commit is contained in:
pepe 2023-06-14 11:11:38 +00:00
parent 6b9f73dbc0
commit 2c98aeeebc
1 changed files with 4 additions and 0 deletions

4
hook/thinpro/thinpro Normal file
View File

@ -0,0 +1,4 @@
copy_exec pdata_tools
for _bin in check delta dump ls metadata_size repair restore rmap trim; do
copy_file "/usr/local/bin/thin_${_bin}" "/usr/local/bin/thin_${_bin}"
done