Skip to content

Commit

Permalink
fixed uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartonrealista committed Jul 9, 2024
1 parent c3f659f commit 4435d82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ flatpak:
uninstall:
rm {{bin-dst}}
rm {{desktop-dst}}
rm {{metainfo-dst}}
for size in `ls {{icons-src}}`; do \
rm "{{icons-dst}}/$size/apps/{{APPID}}.svg"; \
done

# Vendor dependencies locally
vendor:
Expand Down

0 comments on commit 4435d82

Please sign in to comment.