feat(profiles): continue replacing [0-9]* by @{int}.
This commit is contained in:
parent
99e4c4622d
commit
00051bd2f0
100 changed files with 222 additions and 229 deletions
|
|
@ -42,8 +42,8 @@ profile localepurge @{exec_path} {
|
|||
/usr/share/cups/{templates,locale,doc-root}/{,**/} r,
|
||||
/usr/share/cups/{templates,locale,doc-root}/**/** w,
|
||||
/usr/share/vim/ r,
|
||||
/usr/share/vim/vim[0-9]*/lang/{,**/} r,
|
||||
/usr/share/vim/vim[0-9]*/lang/**/** w,
|
||||
/usr/share/vim/vim@{int}/lang/{,**/} r,
|
||||
/usr/share/vim/vim@{int}/lang/**/** w,
|
||||
/usr/share/X11/locale/**/** w,
|
||||
|
||||
/etc/locale.nopurge r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue