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/openssl | |
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/openssl')
-rw-r--r-- | package/openssl/openssl.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index 30f8057a9..48f522ff4 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -126,12 +126,5 @@ endef OPENSSL_POST_INSTALL_TARGET_HOOKS += OPENSSL_REMOVE_OPENSSL_ENGINES endif -define OPENSSL_UNINSTALL_CMDS - rm -rf $(addprefix $(TARGET_DIR)/,etc/ssl usr/bin/openssl usr/include/openssl) - rm -rf $(addprefix $(TARGET_DIR)/usr/lib/,ssl engines libcrypto* libssl* pkgconfig/libcrypto.pc) - rm -rf $(addprefix $(STAGING_DIR)/,etc/ssl usr/bin/openssl usr/include/openssl) - rm -rf $(addprefix $(STAGING_DIR)/usr/lib/,ssl engines libcrypto* libssl* pkgconfig/libcrypto.pc) -endef - $(eval $(generic-package)) $(eval $(host-generic-package)) |