mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
prboom: remove uninstall command
Useless since the uninstall commands were removed in eb7bd9ef
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
775c0e011b
commit
620ed5c939
@@ -45,10 +45,4 @@ define PRBOOM_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(@D)/data/prboom.wad $(TARGET_DIR)/usr/share/games/doom/prboom.wad
|
||||
endef
|
||||
|
||||
define PRBOOM_UINSTALL_TARGET_CMDS
|
||||
rm -rf $(TARGET_DIR)/usr/share/games/doom/prboom.wad \
|
||||
$(TARGET_DIR)/usr/games/prboom-game-server \
|
||||
$(TARGET_DIR)/usr/games/prboom
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user