Skip to content

Commit 967eaae

Browse files
Removed mention of post_install.sh
1 parent 97a548b commit 967eaae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/manifest.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tools
22

3-
Tools are located under the `tools/` subdirectory. Each tool directory must have `manifest.yaml` and `Dockerfile.template`. The `post_install.sh` file is optional.
3+
Tools are located under the `tools/` subdirectory. Each tool directory must have `manifest.yaml` and `Dockerfile.template`..
44

55
Template files are located in `@template/`.
66

@@ -71,10 +71,9 @@ The `Dockerfile.template` file is used to create the `Dockerfile` by appending [
7171

7272
## Reference of variables
7373

74-
The following variables are available in `Dockerfile.template` or `post_install.sh`
74+
The following variables are available in `Dockerfile.template`:
7575

7676
- `arch` - system architecture (`x86_64` or `aarch64`)
7777
- `alt_arch` - alternative name for system architecture (`amd64` or `arm64`)
7878
- `prefix` - used to install into a subdirectory (empty by default)
79-
- `target` - installation directory (defaults to `${prefix}/usr/local`)
8079
- `uniget_contrib` - XXX (defaults to `${prefix}/var/lib/uniget/contrib`)

0 commit comments

Comments
 (0)