Skip to content

Commit

Permalink
Added removal of actual icon from share/ directory.
Browse files Browse the repository at this point in the history
Added removal of mrv2-v{VERSION} from /usr/bin.
  • Loading branch information
ggarra13 committed Aug 7, 2023
1 parent e04cbbf commit 7910d3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrv2/etc/Linux/postrm.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

rm -f /usr/bin/mrv2
rm -f /usr/bin/mrv2-v@mrv2_VERSION@

full_dir=$(xdg-user-dir DESKTOP)

Expand All @@ -25,7 +26,7 @@ appdir=${sharedir}/applications/
iconsdir=${sharedir}/icons/hicolor/32x32/apps/


rm -f ${iconsdir}/mrv2.png
rm -f ${iconsdir}/mrv2-v@mrv2_VERSION@.png
rm -f ${appdir}/mrv2-v@[email protected]


Expand Down

0 comments on commit 7910d3f

Please sign in to comment.