summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autoepatch.sh')
-rwxr-xr-xautoepatch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoepatch.sh b/autoepatch.sh
index 9efcc9e..48ec22d 100755
--- a/autoepatch.sh
+++ b/autoepatch.sh
@@ -57,6 +57,10 @@ main() {
break
fi
done
+
+ if type patch_trigger_action &>/dev/null; then
+ patch_trigger_action "${target}"
+ fi
# Check if the patchset requires us to fail if the
# patch is not applied. By default, don't.