Workaround to fix another /etc/mono/config problem case
(cherry picked from commit 247f970aebe30d19a1c975880d604a74d2684002) Former-commit-id: 920f074eb1378c72932460e90a8516f3e7c020b4
This commit is contained in:
parent
3b1b23ee4b
commit
b239ac7bbb
5
debian/mono-gac.postinst
vendored
5
debian/mono-gac.postinst
vendored
@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh -e
|
#!/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
|
# On upgrades we need to repopulate the GAC and framework paths
|
||||||
# to accomodate any changes in layout
|
# to accomodate any changes in layout
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user