Change system+login shell to Dash, add zsh and configuration

This commit is contained in:
2023-03-30 18:14:13 -04:00
parent 2dcad0828a
commit 49de04a67a
19 changed files with 112 additions and 40 deletions
+11
View File
@@ -0,0 +1,11 @@
[Trigger]
Operation=Install
Operation=Upgrade
Type=Package
Target=modemmanager
[Action]
Description=Re-disable ModemManager DBUS service after upgrade.
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'printf "[D-BUS Service]\nName=org.freedesktop.ModemManager1\nExec=/bin/false\nUser=root\nSystemdService=dbus-org.freedesktop.ModemManager1.service" > /usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service'