summarylogtreecommitdiffstats
path: root/linbox-converter-client.install
diff options
context:
space:
mode:
authormehani2007-01-30 15:04:31 +0000
committermehani2007-01-30 15:04:31 +0000
commit0b89183bdd4820a2dc1eba2e8439533bd9f4ea4b (patch)
tree6c088368931e53a29529b15910468479876eaeac /linbox-converter-client.install
downloadaur-0b89183bdd4820a2dc1eba2e8439533bd9f4ea4b.tar.gz
Linbox Converter client PKGBUILD
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@9 df209809-8e4a-0410-9a64-c169741eb0fc
Diffstat (limited to 'linbox-converter-client.install')
-rw-r--r--linbox-converter-client.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/linbox-converter-client.install b/linbox-converter-client.install
new file mode 100644
index 000000000000..6f0ca16feec4
--- /dev/null
+++ b/linbox-converter-client.install
@@ -0,0 +1,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 "$@"