From 18fd2a812f5bcdd3e85b8fd969606dd972ea0b18 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 May 2026 18:20:25 +0200 Subject: [PATCH] Don't actually need this given that it's just a simple package --- bin/omarchy-remove-service-spotify | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/omarchy-remove-service-spotify diff --git a/bin/omarchy-remove-service-spotify b/bin/omarchy-remove-service-spotify deleted file mode 100755 index d503bc86..00000000 --- a/bin/omarchy-remove-service-spotify +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# omarchy:summary=Remove Spotify. -# omarchy:requires-sudo=true - -omarchy-pkg-drop spotify - -echo "" -echo "Spotify has been removed."