mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Uninstall retrolaunch properly.
This commit is contained in:
parent
e35c6375ee
commit
d50ad3e543
1
Makefile
1
Makefile
@ -376,6 +376,7 @@ install: $(TARGET)
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/retroarch
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/retroarch-joyconfig
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/retrolaunch
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/retroarch-zip
|
||||
rm -f $(DESTDIR)/etc/retroarch.cfg
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/man/man1/retroarch.1
|
||||
|
Loading…
Reference in New Issue
Block a user