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:
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))
|
||||
|
Loading…
Reference in New Issue
Block a user