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:
Fabio Porcedda 2015-02-08 21:36:40 +01:00 committed by Peter Korsgaard
parent 775c0e011b
commit 620ed5c939
1 changed files with 0 additions and 6 deletions

View File

@ -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))