summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgodot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/godot.sh b/godot.sh
index 629a1cd..0afee87 100755
--- a/godot.sh
+++ b/godot.sh
@@ -26,6 +26,9 @@ grep -v "^#\|^$" "${TARGET}/symlink-mapping" | \
fi
done
+# update hash of current symlink mapping
+md5sum symlink-mapping > management/symlinks.md5
+
popd >/dev/null
echo