Manual: describe <subpkg>.{INSTALL,REMOVE} files.
This commit is contained in:
parent
1dbb3cec3e
commit
10cb7ff95e
1 changed files with 4 additions and 0 deletions
|
@ -675,9 +675,13 @@ post)
|
||||||
esac
|
esac
|
||||||
```
|
```
|
||||||
|
|
||||||
|
subpackages can also have their own `INSTALL` and `REMOVE` files, simply create them
|
||||||
|
as `srcpkgs/<pkgname>/<subpkg>.INSTALL` or `srcpkgs/<pkgname>/<subpkg>.REMOVE` respectively.
|
||||||
|
|
||||||
> NOTE: always use paths relative to the current working directory, otherwise if the scripts cannot
|
> NOTE: always use paths relative to the current working directory, otherwise if the scripts cannot
|
||||||
be executed via `chroot(2)` won't work correctly.
|
be executed via `chroot(2)` won't work correctly.
|
||||||
|
|
||||||
|
|
||||||
### Creating system accounts/groups at runtime
|
### Creating system accounts/groups at runtime
|
||||||
|
|
||||||
There's a trigger along with some variables that are specifically to create
|
There's a trigger along with some variables that are specifically to create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue