summarylogtreecommitdiffstats
path: root/linbox-converter-client.install
blob: 6f0ca16feec492c6cb8ef40c453ec5336e373bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
echo "==> You can set the address and port of your Linbox Converter Server in /etc/lbx-converter.conf"
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"