From bb9b36b291ab6758b088eecf675c79aee3c971e8 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 16 Apr 2016 14:46:40 -0400 Subject: [PATCH] Add missing plugin triggers to the events plugin --- plugins/20_events/post-create | 1 + plugins/20_events/post-stop | 1 + plugins/20_events/user-auth | 1 + 3 files changed, 3 insertions(+) create mode 120000 plugins/20_events/post-create create mode 120000 plugins/20_events/post-stop create mode 120000 plugins/20_events/user-auth diff --git a/plugins/20_events/post-create b/plugins/20_events/post-create new file mode 120000 index 000000000..5178a749f --- /dev/null +++ b/plugins/20_events/post-create @@ -0,0 +1 @@ +hook \ No newline at end of file diff --git a/plugins/20_events/post-stop b/plugins/20_events/post-stop new file mode 120000 index 000000000..5178a749f --- /dev/null +++ b/plugins/20_events/post-stop @@ -0,0 +1 @@ +hook \ No newline at end of file diff --git a/plugins/20_events/user-auth b/plugins/20_events/user-auth new file mode 120000 index 000000000..5178a749f --- /dev/null +++ b/plugins/20_events/user-auth @@ -0,0 +1 @@ +hook \ No newline at end of file