From 75a0ee61497fbf3c53688fb0d74751eca096fdb9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Feb 2026 14:09:16 +0100 Subject: [PATCH] Follow existing naming convention --- install/config/all.sh | 2 +- .../hardware/{synaptic-touchpad.sh => fix-synaptic-touchpad.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install/config/hardware/{synaptic-touchpad.sh => fix-synaptic-touchpad.sh} (100%) diff --git a/install/config/all.sh b/install/config/all.sh index 7d4b520f..a5dc5cf3 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -39,4 +39,4 @@ run_logged $OMARCHY_INSTALL/config/hardware/fix-surface-keyboard.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-audio-mixer.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-mic.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-yt6801-ethernet-adapter.sh -run_logged $OMARCHY_INSTALL/config/hardware/synaptic-touchpad.sh +run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh diff --git a/install/config/hardware/synaptic-touchpad.sh b/install/config/hardware/fix-synaptic-touchpad.sh similarity index 100% rename from install/config/hardware/synaptic-touchpad.sh rename to install/config/hardware/fix-synaptic-touchpad.sh