diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-10-10 01:26:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 01:26:34 +0700 |
commit | 64ca9a581aac7551a1197e6821fd9d0bc4eebee1 (patch) | |
tree | b68d6da8d227bbabe66a1cf1c46dccebe17bcf72 /development/mono/doinst.sh | |
parent | b9920d6f5bf3737964eaf6ac40e83a4c4ac0785d (diff) | |
download | slackbuilds-64ca9a581aac7551a1197e6821fd9d0bc4eebee1.tar.gz |
development/mono: Updated for version 3.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mono/doinst.sh')
-rw-r--r-- | development/mono/doinst.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/mono/doinst.sh b/development/mono/doinst.sh index 47554f5fd9..20f7c6c342 100644 --- a/development/mono/doinst.sh +++ b/development/mono/doinst.sh @@ -11,19 +11,21 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/mono/browscap.ini.new config etc/mono/config.new +config etc/mono/browscap.ini.new config etc/mono/mconfig/config.xml.new -config etc/mono/2.0/Browsers/Compat.browser.new config etc/mono/2.0/DefaultWsdlHelpGenerator.aspx.new config etc/mono/2.0/machine.config.new config etc/mono/2.0/settings.map.new config etc/mono/2.0/web.config.new +config etc/mono/2.0/Browsers/Compat.browser.new config etc/mono/4.0/DefaultWsdlHelpGenerator.aspx.new config etc/mono/4.0/machine.config.new config etc/mono/4.0/settings.map.new config etc/mono/4.0/web.config.new +config etc/mono/4.0/Browsers/Compat.browser.new config etc/mono/4.5/DefaultWsdlHelpGenerator.aspx.new config etc/mono/4.5/machine.config.new config etc/mono/4.5/settings.map.new config etc/mono/4.5/web.config.new +config etc/mono/4.5/Browsers/Compat.browser.new |