prboom: remove uninstall command
authorFabio Porcedda <fabio.porcedda@gmail.com>
Sun, 8 Feb 2015 20:36:40 +0000 (21:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Feb 2015 22:56:17 +0000 (23:56 +0100)
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>
package/prboom/prboom.mk

index 5612cc65bbdc6d541e06461db8b2bc1db9a32f27..3d131cdd46d7186f0873dc04a41531ef1d222729 100644 (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))