This commit is contained in:
pepe 2023-03-09 11:05:21 +00:00
parent b625eee02f
commit 92afa61b05
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/bin/thin_${_bin}" "/usr/bin/thin_${_bin}"
done