| |
The format is the following:
|
| |
.Bl -tag -width xxxxxxxxxxx
|
| |
.It Cm path
|
| - |
exact path to match: each time a package installs exactly a file or directory
|
| - |
matching the
|
| + |
exact path to match: each time a package installs a file or directory
|
| + |
exactly matching the
|
| |
.Cm path
|
| - |
the trigger will be execute at the end of the transation .
|
| + |
the trigger will be executed at the end of the transation .
|
| |
.It Cm path_glob
|
| |
glob path to match: each time a package installs a file or directory which
|
| |
matches the glob pattern
|
| |
.Cm pattern
|
| - |
the trigger will be execute at the end of the transation .
|
| + |
the trigger will be executed at the end of the transation .
|
| |
.It Cm path_regexp
|
| |
regexp path to match: each time a package installs a file or directory which
|
| |
matches the regexp pattern
|
| |
.Cm pattern
|
| - |
the trigger will be execute at the end of the transation .
|
| + |
the trigger will be executed at the end of the transation .
|
| |
|
| |
.It Cm cleanup
|
| |
Object which represent the script to execute in case the transaction results in
|