feat(profiles): chromium_install_dirs -> chromium_lib_dirs
This commit is contained in:
parent
e9d61fb7d9
commit
6061d4981b
12 changed files with 46 additions and 46 deletions
|
|
@ -9,11 +9,11 @@ include <tunables/global>
|
|||
|
||||
@{chromium_name} = chrome{,-beta,-unstable}
|
||||
@{chromium_domain} = com.google.Chrome
|
||||
@{chromium_install_dirs} = /opt/google/@{chromium_name}
|
||||
@{chromium_lib_dirs} = /opt/google/@{chromium_name}
|
||||
@{chromium_config_dirs} = @{user_config_dirs}/google-@{chromium_name}
|
||||
@{chromium_cache_dirs} = @{user_cache_dirs}/google-@{chromium_name}
|
||||
|
||||
@{exec_path} = @{chromium_install_dirs}/@{chromium_name}
|
||||
@{exec_path} = @{chromium_lib_dirs}/@{chromium_name}
|
||||
profile chrome @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/chromium>
|
||||
|
|
@ -22,16 +22,16 @@ profile chrome @{exec_path} {
|
|||
|
||||
/{usr/,}bin/man rPUx, # For "chrome --help"
|
||||
|
||||
@{chromium_install_dirs}/google-chrome{,-beta,-unstable} rPx,
|
||||
@{chromium_lib_dirs}/google-chrome{,-beta,-unstable} rPx,
|
||||
|
||||
@{chromium_install_dirs}/nacl_helper rix,
|
||||
@{chromium_install_dirs}/xdg-mime rix, #-> xdg-mime,
|
||||
@{chromium_install_dirs}/xdg-settings rix, #-> xdg-settings,
|
||||
@{chromium_lib_dirs}/nacl_helper rix,
|
||||
@{chromium_lib_dirs}/xdg-mime rix, #-> xdg-mime,
|
||||
@{chromium_lib_dirs}/xdg-settings rix, #-> xdg-settings,
|
||||
|
||||
@{chromium_install_dirs}/*.so* mr,
|
||||
@{chromium_install_dirs}/libwidevinecdm.so mr,
|
||||
@{chromium_install_dirs}/libwidevinecdmadapter.so mr,
|
||||
@{chromium_install_dirs}/WidevineCdm/_platform_specific/linux_*/libwidevinecdm.so mr,
|
||||
@{chromium_lib_dirs}/*.so* mr,
|
||||
@{chromium_lib_dirs}/libwidevinecdm.so mr,
|
||||
@{chromium_lib_dirs}/libwidevinecdmadapter.so mr,
|
||||
@{chromium_lib_dirs}/WidevineCdm/_platform_specific/linux_*/libwidevinecdm.so mr,
|
||||
|
||||
include if exists <local/chrome>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue