Remove removed packages
This commit is contained in:
parent
b461ebe142
commit
e351415215
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue