Page MenuHomePhorge

100-update-roundcube.sh
No OneTemporary

Authored By
Unknown
Size
929 B
Referenced Files
None
Subscribers
None

100-update-roundcube.sh

#!/bin/bash
# This is incomplete and clearly not how it's supposed to be done,
# but it will work for now.
cp -Rf /src/roundcubemail/program /usr/share/roundcubemail/program
pushd /src/roundcubemail-plugins-kolab/plugins
cp -f calendar/*.js /usr/share/roundcubemail/public_html/assets/plugins/calendar/
find calendar/ -type f \( -name "*.php" -o -name "*.inc" \) ! -name config.inc.php -exec cp -v {} /usr/share/roundcubemail/plugins/{} \;
find libcalendaring/ -type f \( -name "*.php" -o -name "*.inc" \) ! -name config.inc.php -exec cp -v {} /usr/share/roundcubemail/plugins/{} \;
cp -f libcalendaring/*.js /usr/share/roundcubemail/public_html/assets/plugins/libcalendaring/
find libkolab/ -type f \( -name "*.php" -o -name "*.inc" \) ! -name config.inc.php -exec cp -v {} /usr/share/roundcubemail/plugins/{} \;
cp -f libkolab/*.js /usr/share/roundcubemail/public_html/assets/plugins/libkolab/
popd
systemctl reload httpd

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Apr 6, 12:48 AM (5 d, 20 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cc/87/b858463bdae3c92dbc5ad4118fc1
Default Alt Text
100-update-roundcube.sh (929 B)

Event Timeline