Commit 98ca3221 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d/generic*: add file description

parent 8851e542
#!/bin/sh -x #!/bin/sh -x
# Generic repack script for any AppImage. Special script for target product will called after it.
# It will run with two args: buildroot spec # It will run with two args: buildroot spec
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
......
#!/bin/sh -x #!/bin/sh -x
# Post script, called after special (or default) script.
# It will run with two args: buildroot spec # It will run with two args: buildroot spec
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
......
#!/bin/sh -x #!/bin/sh -x
# Generic repack script for any snap. Special script for target product will called after it.
# It will run with two args: buildroot spec # It will run with two args: buildroot spec
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
......
#!/bin/sh -x #!/bin/sh -x
# Generic repack script. Called before special script.
# It will run with two args: buildroot spec # It will run with two args: buildroot spec
BUILDROOT="$1" BUILDROOT="$1"
SPEC="$2" SPEC="$2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment