Projects
Kolab:3.4
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 39
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.2~dev20140214-0~kolab2) unstable; urgency=low + + * added bin/updatedb.sh command to the postinst section. + + -- Daniel Hoffend <dh@dotlan.net> Wed, 19 Feb 2014 00:10:12 +0200 + roundcubemail-plugins-kolab (1:3.2~dev20140214-0~kolab1) unstable; urgency=low * New snapshot release
View file
debian.tar.gz/postinst
Changed
@@ -10,9 +10,25 @@ find /etc/roundcubemail -type f -exec chmod u+rw,u-x,g+r,g-wx,o-rwx {} \; } +update_database() { + for plugin in calendar kolab_activesync kolab_addressbook \ + kolab_auth kolab_config kolab_delegation kolab_files \ + kolab_folders libkolab libcalendaring odfviewer \ + owncloud piwik_analytics tasklist; do + + for dir in `find /usr/share/roundcubemail/plugins/ -type d -name "SQL"`; do + /usr/share/roundcubemail/bin/updatedb.sh \ + --dir $dir \ + --package ${plugin} \ + >/dev/null 2>&1 || : + done + done +} + case $1 in *) fix_permissions + update_database if [ -f "/etc/roundcubemail/kolab.inc.php" -a -f "/etc/roundcubemail/libkolab.inc.php" ]; then rm -rf /etc/roundcubemail/libkolab.inc.php mv /etc/roundcubemail/kolab.inc.php /etc/roundcubemail/libkolab.inc.php
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.2~dev20140214-0~kolab1 +Version: 1:3.2~dev20140214-0~kolab2 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.