hooks/fix-permissions: add completion directories
This commit is contained in:
parent
58d7f4ef4c
commit
60e6d85b5a
|
@ -29,5 +29,8 @@ hook() {
|
|||
change_file_perms "/usr/share/metainfo" 133 644
|
||||
change_file_perms "/usr/share/appdata" 133 644
|
||||
change_file_perms "/usr/include" 133 644
|
||||
change_file_perms "/usr/share/bash-completion/completions" 133 644
|
||||
change_file_perms "/usr/share/fish/vendor_completions.d" 133 644
|
||||
change_file_perms "/usr/share/zsh/site-functions" 133 644
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue