Files
haikuports/sys-fs/squashfs_tools/additional-files/expander.rules
OscarL 497dc719d4 squashfs_tools: add mime-type, and Expander rules. (#10278)
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.
2024-04-02 11:27:01 +02:00

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"