mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
Allows to just double click on ".sqfs" files to list or extract its content. Icon is Haiku's "data/artwork/icons/Device_Volume". Could use a custom one.
4 lines
240 B
Plaintext
4 lines
240 B
Plaintext
"application/x-squashfs" .sfs "unsquashfs -d '' -llc %s" "unsquashfs -d . %s"
|
|
"application/x-squashfs" .sqfs "unsquashfs -d '' -llc %s" "unsquashfs -d . %s"
|
|
"application/x-squashfs" .squashfs "unsquashfs -d '' -llc %s" "unsquashfs -d . %s"
|