Page MenuHomePhorge

kolab-webclient.postinst
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

kolab-webclient.postinst

#!/bin/bash
#
# Kolab Webclient postinst script
#
# Copyright (C) 2012 Kolab Systems AG <contact@kolabsys.com>
#
# http://kolabsys.com/
#
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#DEBHELPER#
. /usr/share/univention-lib/all.sh
eval "$(univention-config-registry shell)"
# set default values for ucr variables
univention-config-registry set \
mail/kolab/debug?0 \
mail/kolab/https?0 \
mail/kolab/format-mime-version?3.0 \
mail/roundcube/imap/auth?LOGIN \
mail/roundcube/imap/port?143 \
mail/roundcube/imap/server?tls://localhost \
mail/roundcube/smtp/auth?PLAIN \
mail/roundcube/smtp/port?587 \
mail/roundcube/smtp/server?tls://localhost
# remove unjoin script if present
if [ "$1" = "configure" ]; then
uinst=/usr/lib/univention-install/85kolab-webclient.uinst
[ -e "$uinst" ] && rm "$uinst"
fi
# call the join script
call_joinscript 85kolab-webclient.inst
exit 0

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, Apr 24, 2:00 PM (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18804285
Default Alt Text
kolab-webclient.postinst (1 KB)

Event Timeline