diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-12-05 11:54:08 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 09:40:40 +0100 |
commit | eb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch) | |
tree | 040bfee55c1be4ce8616faecf11e83d224cc100a /package/feh | |
parent | b64273db75307a8ad3c30202b45582b8a2b894e8 (diff) |
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/feh')
-rw-r--r-- | package/feh/feh.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/feh/feh.mk b/package/feh/feh.mk index b7fd54c60..8be65179d 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -19,9 +19,4 @@ define FEH_INSTALL_TARGET_CMDS DESTDIR=$(TARGET_DIR) -C $(@D) install endef -define FEH_UNINSTALL_TARGET_CMDS - $(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) " \ - DESTDIR=$(TARGET_DIR) -C $(@D) uninstall -endef - $(eval $(generic-package)) |