From e351415215f31b55cd93ec31b72e08fb325ff941 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Wed, 23 Aug 2023 20:57:16 +0200 Subject: [PATCH] Remove removed packages --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index b9599f2..3c1e162 100755 --- a/install.sh +++ b/install.sh @@ -29,14 +29,6 @@ install -pm644 -Dt /etc/pacman.d/conf.d \ # Remove packages one by one because pacman doesn't handle uninstalled packages # gracefully packages_to_remove=( - gnome-shell-extension-pop-shell-git - # Android development - android-studio # development environment - android-sdk-cmdline-tools-latest # command-line tools - android-sdk-build-tools # SDK build-tools - android-sdk-platform-tools # SDK platform-tools - android-platform # SDK platform - android-emulator ) for pkg in "${packages_to_remove[@]}"; do