From 8a04deff7e91795435db7b751352512f116c7aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 11 Feb 2020 17:09:12 +0000 Subject: Implements package-package dependencies. --- subr/pkg_clean.subr | 3 --- 1 file changed, 3 deletions(-) (limited to 'subr/pkg_clean.subr') diff --git a/subr/pkg_clean.subr b/subr/pkg_clean.subr index dfc83b76..71a025c5 100644 --- a/subr/pkg_clean.subr +++ b/subr/pkg_clean.subr @@ -4,9 +4,6 @@ pkg_clean() { local _dir=""; - if [ -n "${PKG_DEPS_BASE}" ]; then - return 0; - fi; if ex_rtl_lmatch "${ARG_CLEAN_BUILDS}" , build; then ex_rtl_fileop rm "${PKG_BUILD_DIR}"; fi; -- cgit v1.2.3