summaryrefslogtreecommitdiff
path: root/extra/squirrelmail/squirrelmail.install
blob: 06f411f165e0c6c6b7736b1fa846a9c210c85938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
post_install() {
  /bin/cat <<THEEND

NOTE
----
To configure squirrelmail :
$ cd /srv/http/squirrelmail/config
$ perl conf.pl

Make sure to check the documentation on its webpage for more details,
especially about securing your setup.  The default attachments dir
has been placed in /var/lib/squirrelmail/attachments.

Also make sure your php module is loaded in your Apache config.

THEEND
}

post_upgrade() {
  /bin/true
}

pre_remove() {
  /bin/true
}

post_remove() {
	/bin/true
}

op=$1
shift

$op $*