Skip to content

Commit

Permalink
fix(desktop.sh): use dpkg to purge plasma-workspace-wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Sep 13, 2024
1 parent a333888 commit aa6aa60
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/desktop.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
echo "Removing Plasma wallpapers ..."
# So that even when plasma-workspace-wallpapers were not installed, oma could
# still complete the removal procedure (showing a "package A is not installed"
# status) successfully.
oma refresh
oma purge plasma-workspace-wallpapers --yes
dpkg --purge plasma-workspace-wallpapers

0 comments on commit aa6aa60

Please sign in to comment.