summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git-hooks/post-checkout3
-rwxr-xr-xscripts/git-hooks/post-merge3
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/git-hooks/post-checkout b/scripts/git-hooks/post-checkout
new file mode 100755
index 0000000..4dd578c
--- /dev/null
+++ b/scripts/git-hooks/post-checkout
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./setup.sh --update
diff --git a/scripts/git-hooks/post-merge b/scripts/git-hooks/post-merge
new file mode 100755
index 0000000..4dd578c
--- /dev/null
+++ b/scripts/git-hooks/post-merge
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./setup.sh --update