add support for endeavour os
This commit is contained in:
parent
dc544fbead
commit
4ed0f824d0
3 changed files with 23 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -57,7 +57,7 @@ synchronise() {
|
||||||
# Set the distribution specificities
|
# Set the distribution specificities
|
||||||
configure() {
|
configure() {
|
||||||
case "$DISTRIBUTION" in
|
case "$DISTRIBUTION" in
|
||||||
arch)
|
arch|endeavouros)
|
||||||
_msg "Configure libexec."
|
_msg "Configure libexec."
|
||||||
sed -i -e '/Debian/d' "$ROOT/apparmor.d/tunables/extend"
|
sed -i -e '/Debian/d' "$ROOT/apparmor.d/tunables/extend"
|
||||||
|
|
||||||
|
|
|
||||||
15
dists/flags/endeavouros.flags
Normal file
15
dists/flags/endeavouros.flags
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
archlinux-keyring-wkd-sync complain
|
||||||
|
mkinitcpio attach_disconnected,complain
|
||||||
|
pacman complain
|
||||||
|
pacman-conf attach_disconnected,complain
|
||||||
|
pacman-hook-dconf complain
|
||||||
|
pacman-hook-depmod complain
|
||||||
|
pacman-hook-dkms complain
|
||||||
|
pacman-hook-fontconfig complain
|
||||||
|
pacman-hook-gio complain
|
||||||
|
pacman-hook-gtk complain
|
||||||
|
pacman-hook-mkinitcpio-install attach_disconnected,complain
|
||||||
|
pacman-hook-mkinitcpio-remove complain
|
||||||
|
pacman-hook-perl complain
|
||||||
|
pacman-hook-systemd complain
|
||||||
|
pacman-key complain
|
||||||
7
dists/ignore/endeavouros.ignore
Normal file
7
dists/ignore/endeavouros.ignore
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Debian specific definition
|
||||||
|
apparmor.d/abstractions/apt-common
|
||||||
|
apparmor.d/groups/apt
|
||||||
|
apparmor.d/groups/cron
|
||||||
|
|
||||||
|
# Ubuntu specific definition
|
||||||
|
apparmor.d/groups/ubuntu
|
||||||
Loading…
Add table
Add a link
Reference in a new issue