Workaround to fix another /etc/mono/config problem case

(cherry picked from commit 247f970aebe30d19a1c975880d604a74d2684002)


Former-commit-id: 920f074eb1378c72932460e90a8516f3e7c020b4
This commit is contained in:
Jo Shields 2019-08-12 13:17:07 -04:00
parent 3b1b23ee4b
commit b239ac7bbb

View File

@ -1,5 +1,10 @@
#!/bin/sh -e
# Work around for gacutil needing /etc/mono/config >= 5.20
if [ -e /etc/mono/config.dpkg-new ]; then
mv /etc/mono/config.dpkg-new /etc/mono/config
fi
# On upgrades we need to repopulate the GAC and framework paths
# to accomodate any changes in layout
#