diff --git a/libs/libgit2/INSTALL b/libs/libgit2/INSTALL
new file mode 100755
index 0000000..157bcdc
--- /dev/null
+++ b/libs/libgit2/INSTALL
@@ -0,0 +1 @@
+cmake_install
diff --git a/libs/libgit2/UP_TRIGGERS b/libs/libgit2/UP_TRIGGERS
new file mode 100755
index 0000000..89e2ece
--- /dev/null
+++ b/libs/libgit2/UP_TRIGGERS
@@ -0,0 +1,14 @@
+# up_trigger everything on minor version updates
+
+if spell_ok $SPELL; then
+ local OLD_SPELL_VERSION="$(installed_version $SPELL)"
+
+ if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each check_self
+ done
+ fi
+fi
[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7db11bf5566e9749b1b1b7a403658263c855442c),
Treeve Jelbert, 02/24/2016