summarylogtreecommitdiffstats
path: root/linbox-converter-client.install
blob: 7018a39ddce827fe6b342cec1c8d4ed908c5764b (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
post_install() {
	cat << 'EOM'
==> You can set the address and port of your Linbox Converter Server in /etc/lbx-converter.conf"
==> In order to use the lbx-view program, you will need to install the xpdf...
==> In order to use the lbx-view-web program, you will need to install the
firefox package...

... or hack the scripts (;

EOM
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"