Skip to content

Commit

Permalink
Fix %pre and %post referred to as %prein and %postin in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Sep 4, 2024
1 parent 6077006 commit c5878f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ Orderflags | 5037 | int32 array
### Basic scriptlets

All scriptlet tags follow the same pattern. The main tag contains the
corresponding scriptlet (eg `%postin`) body. If present, the prog tag
corresponding scriptlet (eg `%post`) body. If present, the prog tag
denotes the scriptlet interpreter and possible arguments, and flags tag
contains additional processing information such as whether to macro
expand the scriptlet body.

`%postin` script is executed right after the package got installed
`%post` script is executed right after the package got installed

Tag Name | Value| Type
------------|------|--------------
Expand All @@ -220,7 +220,7 @@ Postun | 1026 | string
Postunflags | 5023 | int32
Postunprog | 1088 | string array

`%prein` script is executed right before the package is installed
`%pre` script is executed right before the package is installed

Prein | 1023 | string
Preinflags | 5020 | int32
Expand Down

0 comments on commit c5878f4

Please sign in to comment.