summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_clean.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:09:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:09:12 +0000
commit8a04deff7e91795435db7b751352512f116c7aba (patch)
tree378077e96b475a733651627b4518c489b5f223ec /subr/pkg_clean.subr
parentb969400ee0747a07b85fad554337efca46bd5908 (diff)
downloadmidipix_build-8a04deff7e91795435db7b751352512f116c7aba.tar.bz2
midipix_build-8a04deff7e91795435db7b751352512f116c7aba.tar.xz
Implements package-package dependencies.
Diffstat (limited to 'subr/pkg_clean.subr')
-rw-r--r--subr/pkg_clean.subr3
1 files changed, 0 insertions, 3 deletions
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;