Remove stale nofile config during Quattro upgrade
This commit is contained in:
@@ -1370,6 +1370,9 @@ EOF
|
|||||||
as_root rm -f /etc/udev/rules.d/99-dell-xps-haptic-touchpad.rules
|
as_root rm -f /etc/udev/rules.d/99-dell-xps-haptic-touchpad.rules
|
||||||
as_root rm -f /etc/omarchy-dell-haptic-touchpad.env
|
as_root rm -f /etc/omarchy-dell-haptic-touchpad.env
|
||||||
as_root rm -f /etc/pacman.d/hooks/walker-restart.hook
|
as_root rm -f /etc/pacman.d/hooks/walker-restart.hook
|
||||||
|
as_root rm -f \
|
||||||
|
/etc/systemd/system.conf.d/99-omarchy-nofile.conf \
|
||||||
|
/etc/systemd/user.conf.d/99-omarchy-nofile.conf
|
||||||
as_root systemctl daemon-reload >/dev/null 2>&1 || true
|
as_root systemctl daemon-reload >/dev/null 2>&1 || true
|
||||||
|
|
||||||
if [[ -f /etc/pam.d/sddm ]]; then
|
if [[ -f /etc/pam.d/sddm ]]; then
|
||||||
|
|||||||
@@ -65,3 +65,7 @@ pass "Omarchy 4 upgrade backfills hardware support from the legacy release"
|
|||||||
|
|
||||||
grep -F 'omarchy-refresh-applications' "$upgrade_to_quattro" >/dev/null
|
grep -F 'omarchy-refresh-applications' "$upgrade_to_quattro" >/dev/null
|
||||||
pass "Omarchy 4 upgrade refreshes application launchers"
|
pass "Omarchy 4 upgrade refreshes application launchers"
|
||||||
|
|
||||||
|
grep -F '/etc/systemd/system.conf.d/99-omarchy-nofile.conf' "$upgrade_to_quattro" >/dev/null
|
||||||
|
grep -F '/etc/systemd/user.conf.d/99-omarchy-nofile.conf' "$upgrade_to_quattro" >/dev/null
|
||||||
|
pass "Omarchy 4 upgrade removes stale nofile drop-ins"
|
||||||
|
|||||||
Reference in New Issue
Block a user