View | Details | Raw Unified | Return to bug 27420
Collapse All | Expand All

(-)debian/ucs-school-branding.postrm (+39 lines)
Line 0    Link Here 
1
#!/bin/sh
2
# postrm script for ucs-school-branding
3
#
4
# Copyright 2012 Univention GmbH
5
#
6
# http://www.univention.de/
7
#
8
# All rights reserved.
9
#
10
# The source code of this program is made available
11
# under the terms of the GNU Affero General Public License version 3
12
# (GNU AGPL V3) as published by the Free Software Foundation.
13
#
14
# Binary versions of this program provided by Univention to you as
15
# well as other copyrighted, protected or trademarked materials like
16
# Logos, graphics, fonts, specific documentations and configurations,
17
# cryptographic keys etc. are subject to a license agreement between
18
# you and Univention and not subject to the GNU AGPL V3.
19
#
20
# In the case you use this program under the terms of the GNU AGPL V3,
21
# the program is provided in the hope that it will be useful,
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
# GNU Affero General Public License for more details.
25
#
26
# You should have received a copy of the GNU Affero General Public
27
# License with the Debian GNU/Linux or Univention distribution in file
28
# /usr/share/common-licenses/AGPL-3; if not, see
29
# <http://www.gnu.org/licenses/>.
30
31
# remove divertion of files for help page
32
iFile=/usr/share/univention-management-console-frontend/js/umc/help.html
33
test -n "$(dpkg-divert --list $iFile)" && dpkg-divert --quiet --rename --remove "$iFile"
34
35
#DEBHELPER#
36
37
exit 0
38
39
(-)debian/ucs-school-branding.preinst (+39 lines)
Line 0    Link Here 
1
#!/bin/sh
2
# preinst script for ucs-school-branding
3
#
4
# Copyright 2012 Univention GmbH
5
#
6
# http://www.univention.de/
7
#
8
# All rights reserved.
9
#
10
# The source code of this program is made available
11
# under the terms of the GNU Affero General Public License version 3
12
# (GNU AGPL V3) as published by the Free Software Foundation.
13
#
14
# Binary versions of this program provided by Univention to you as
15
# well as other copyrighted, protected or trademarked materials like
16
# Logos, graphics, fonts, specific documentations and configurations,
17
# cryptographic keys etc. are subject to a license agreement between
18
# you and Univention and not subject to the GNU AGPL V3.
19
#
20
# In the case you use this program under the terms of the GNU AGPL V3,
21
# the program is provided in the hope that it will be useful,
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
# GNU Affero General Public License for more details.
25
#
26
# You should have received a copy of the GNU Affero General Public
27
# License with the Debian GNU/Linux or Univention distribution in file
28
# /usr/share/common-licenses/AGPL-3; if not, see
29
# <http://www.gnu.org/licenses/>.
30
31
# divert files for help page
32
iFile=/usr/share/univention-management-console-frontend/js/umc/help.html
33
test -n "$(dpkg-divert --list $iFile)" || dpkg-divert --quiet --package ucs-school-branding --rename --divert "$iFile.ucs" "$iFile"
34
35
#DEBHELPER#
36
37
exit 0
38
39
(-)debian/ucs-school-branding.install (+1 lines)
Line 0    Link Here 
1
umc/help.html usr/share/univention-management-console-frontend/js/umc
(-)umc/help.html (+19 lines)
Line 0    Link Here 
1
<h1>Univention Management Console</h1>
2
<p>{introduction}</p> 
3
<p><b>{titleDoc}:</b>
4
<ul>
5
	<li><a href="http://download.univention.de/doc/ucsschool-handbuch-3.0.pdf" target="_blank">Aktuelles UCS@School Handbuch für Administratoren (PDF)</a></li>
6
	<li><a href="http://download.univention.de/doc/ucsschool-lehrerhandbuch-3.0.pdf" target="_blank">Aktuelles UCS@School Handbuch für Lehrer (PDF)</a></li>
7
	<li><a href="{manualURL}" target="_blank">{manual}</a></li>
8
	<li><a href="{addDocURL}" target="_blank">{add_doc}</a></li>
9
</ul></p>
10
<p><b>{titleSup}:</b>
11
<ul>
12
	<li><a href="http://sdb.univention.de" target="_blank">{sdb}</a></li>
13
	<li><a href="http://wiki.univention.de" target="_blank">{wiki}</a></li>
14
</ul></p>
15
<p><b>{titleAss}:</b>
16
<ul>
17
	<li><a href="http://forum.univention.de" target="_blank">{forum}</a></li>
18
	<li><a href="{supportURL}" target="_blank">{support}</a></li>
19
</ul></p>

Return to bug 27420