All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] prboom: remove uninstall command
@ 2015-03-02 22:27 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-03-02 22:27 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=620ed5c93974618f01fad93d530a72764a9069ae
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/package/prboom/prboom.mk b/package/prboom/prboom.mk
index 5612cc6..3d131cd 100644
--- a/package/prboom/prboom.mk
+++ b/package/prboom/prboom.mk
@@ -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))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-02 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 22:27 [Buildroot] [git commit] prboom: remove uninstall command Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.