fix(profile): remove sbin on some program path
Debian and opensuse do not install the same programs under /usr/sbin. This will have to be tracked by distribution. For now, sbin.list follows debian install.
This commit is contained in:
parent
7a3016724a
commit
8755c4a1b7
10 changed files with 9 additions and 12 deletions
|
|
@ -42,7 +42,7 @@ profile gnome-initial-setup @{exec_path} {
|
|||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
@{bin}/locale rix,
|
||||
@{bin}/lscpu rPx,
|
||||
@{sbin}/lspci rPx,
|
||||
@{bin}/lspci rPx,
|
||||
@{bin}/xrandr rPx,
|
||||
|
||||
@{lib}/gnome-initial-setup-goa-helper rix,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ profile systemsettings @{exec_path} {
|
|||
@{bin}/cat rix,
|
||||
@{bin}/eglinfo rPUx,
|
||||
@{bin}/kcminit rPx,
|
||||
@{sbin}/lspci rPx,
|
||||
@{bin}/lspci rPx,
|
||||
@{bin}/openssl rix,
|
||||
@{bin}/pactl rPx,
|
||||
@{bin}/plasma-discover rPx,
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/gtk{,4}-update-icon-cache rPx,
|
||||
@{sbin}/iconvconfig rix,
|
||||
@{bin}/install-catalog rPx,
|
||||
@{sbin}/install-info rPx,
|
||||
@{bin}/install-info rPx,
|
||||
@{sbin}/iscsi-iname rix,
|
||||
@{bin}/journalctl rPx,
|
||||
@{bin}/killall rix,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/lspci
|
||||
@{exec_path} = @{bin}/lspci
|
||||
profile lspci @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ profile adequate @{exec_path} flags=(complain) {
|
|||
# shared object file): ignored.
|
||||
@{bin}/dpkg-query rpx,
|
||||
#
|
||||
@{sbin}/update-alternatives rPx,
|
||||
@{bin}/update-alternatives rPx,
|
||||
|
||||
/var/lib/adequate/pending rwk,
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ profile hardinfo @{exec_path} {
|
|||
|
||||
@{bin}/glxinfo rPx,
|
||||
@{bin}/xdpyinfo rPx,
|
||||
@{sbin}/lspci rPx,
|
||||
@{bin}/lspci rPx,
|
||||
@{bin}/lsusb rPx,
|
||||
@{bin}/netstat rPx,
|
||||
@{bin}/qtchooser rPx,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/install-info
|
||||
@{exec_path} = @{bin}/install-info
|
||||
profile install-info @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ profile inxi @{exec_path} {
|
|||
@{bin}/glxinfo rPx,
|
||||
@{bin}/hddtemp rPx,
|
||||
@{bin}/lsblk rPx,
|
||||
@{sbin}/lspci rPx,
|
||||
@{bin}/lspci rPx,
|
||||
@{bin}/lsusb rPx,
|
||||
@{bin}/openbox rPx,
|
||||
@{bin}/ps rPx,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ abi <abi/4.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{sbin}/update-alternatives
|
||||
@{exec_path} = @{bin}/update-alternatives
|
||||
profile update-alternatives @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue