Skip to content

Commit

Permalink
fix: update Makefile with correct paths (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppchen authored Apr 28, 2024
1 parent 5b5b086 commit 02e49ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ install:
install -Dm644 "misc/steamtinkerlaunch.svg" -t "$(PREFIX)/share/icons/hicolor/scalable/apps"

uninstall:
rm -rf "${PREFIX}/share/icons/hicolor/scalable/apps/misc/steamtinkerlaunch.svg"
rm -rf "${PREFIX}/share/applications/misc/steamtinkerlaunch.desktop"
rm -f "${PREFIX}/share/icons/hicolor/scalable/apps/steamtinkerlaunch.svg"
rm -f "${PREFIX}/share/applications/steamtinkerlaunch.desktop"
rm -rf "${PREFIX}/share/doc/steamtinkerlaunch"

rm -rf "${PREFIX}/share/steamtinkerlaunch"
Expand Down

0 comments on commit 02e49ab

Please sign in to comment.