hooks/post-install: add fix permissions hook

This commit is contained in:
Michal Vasilek 2021-07-02 01:04:48 +02:00
parent 3d9df3e526
commit b30ea3cffe
3 changed files with 40 additions and 0 deletions

View file

@ -762,6 +762,10 @@ Examples:
```
A special value `noarch` used to be available, but has since been removed.
- `nocheckperms` If set, xbps-src will not fail on common permission errors (world writable files, etc.)
- `nofixperms` If set, xbps-src will not fix common permission errors (executable manpages, etc.)
<a id="explain_depends"></a>
#### About the many types of `depends` variables