From a2794afd353616dcd6f68c6b0ac72854c7d09e56 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 24 May 2018 13:20:18 -0400 Subject: [PATCH] Ensure LocalMachine registry hive exists Former-commit-id: c517d343646c3b1108cde8a8973c8080e09336de --- debian/mono-runtime-common.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/mono-runtime-common.postinst b/debian/mono-runtime-common.postinst index 4385ef59a4..c357ffb3c4 100644 --- a/debian/mono-runtime-common.postinst +++ b/debian/mono-runtime-common.postinst @@ -13,4 +13,5 @@ if [ "$1" = "configure" ]; then ldconfig fi +mkdir -p /etc/mono/registry/LocalMachine/ #DEBHELPER#