summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_patch_pre.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_patch_pre.subr')
-rw-r--r--subr/pkg_patch_pre.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/subr/pkg_patch_pre.subr b/subr/pkg_patch_pre.subr
index 566299a2..64f60f1e 100644
--- a/subr/pkg_patch_pre.subr
+++ b/subr/pkg_patch_pre.subr
@@ -14,9 +14,6 @@ pkg_patch_pre() {
patch -b -d ${PKG_SUBDIR} -p1 < ${__};
fi;
done;
- if test_cmd pkg_${PKG_NAME}_patch_pre_post; then
- pkg_${PKG_NAME}_patch_pre_post;
- fi;
};
# vim:filetype=sh