From 74c535e93d9e610d939cd3a450439f484557f8c2 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 06:21:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(latest):=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../run_onchange_after_25-gnome-extension-settings.tmpl | 2 -- .../universal/run_onchange_after_61-plymouth-settings.tmpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl index 5eccccec..06a24ff7 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl @@ -6,8 +6,6 @@ # extension config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml") | sha256sum }} -set -x - ### Ensure /tmp/install-gnome-extensions.txt is not present on the system if [ -f /tmp/install-gnome-extensions.txt ]; then rm -f /tmp/install-gnome-extensions.txt diff --git a/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.tmpl index e574f3e2..f3d4d90f 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.tmpl @@ -9,8 +9,6 @@ if command -v install-software > /dev/null; then install-software plymouth fi -set -x - ### Apply update-alternatives if command -v update-alternatives > /dev/null; then if [ -f "/usr/local/share/plymouth/themes/{{ .theme }}/{{ .theme }}.plymouth" ]; then