Bugzilla – Attachment 105002 Details for
Bug 25485
TinyMCE broken in Debian package installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25485: Remove tiny_mce symlink during pre install of deb package
Bug-25485-Remove-tinymce-symlink-during-pre-instal.patch (text/plain), 1.12 KB, created by
David Cook
on 2020-05-18 06:03:22 UTC
(
hide
)
Description:
Bug 25485: Remove tiny_mce symlink during pre install of deb package
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-05-18 06:03:22 UTC
Size:
1.12 KB
patch
obsolete
>From 0e666ec6234400277ca41553894ec66416558a2a Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 18 May 2020 05:41:34 +0000 >Subject: [PATCH] Bug 25485: Remove tiny_mce symlink during pre install of deb > package > >This patch removes the tiny_mce symlink before Koha package installation >using the same method that we used when we removed the YUI symlink >in 2015. > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > debian/koha-common.preinst | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/debian/koha-common.preinst b/debian/koha-common.preinst >index b9d43abfb1..648a2e1632 100644 >--- a/debian/koha-common.preinst >+++ b/debian/koha-common.preinst >@@ -5,4 +5,7 @@ set -e > # Bug 14055 - remove the yui symlink if there's one in the way preventing upgrades > [ -h /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui ] && rm /usr/share/koha/opac/htdocs/opac-tmpl/lib/yui > >+# Bug 25485: remove the tiny_mce symlink if there's one in the way preventing upgrades >+[ -h /usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce ] && rm /usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce >+ > exit 0 >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25485
:
104849
|
104995
|
104997
|
104999
|
105000
|
105001
|
105002
|
105004
|
105048
|
105049
|
105050
|
105127
|
105128
|
105130