No longer need omarchy-theme-next since themes are now fully rendered, not symlinks

This commit is contained in:
David Heinemeier Hansson
2026-01-01 16:26:47 -07:00
parent 9ecf5a089b
commit 32dbe60a02
2 changed files with 0 additions and 44 deletions

View File

@@ -31,10 +31,5 @@ if [ ! -d "$THEME_PATH" ]; then
exit 1
fi
# Move to the next theme if the current theme is the one being removed
if [ "$(readlink -f "$CURRENT_DIR/theme")" = "$(readlink -f "$THEME_PATH")" ]; then
omarchy-theme-next
fi
# Now remove the theme directory for THEME_NAME
rm -rf "$THEME_PATH"