added update-alternatives script calls to map zebraidz to zebraidx-2.0 and zebrasrv...
[idzebra-moved-to-github.git] / debian / idzebra-2.0-utils.postinst
diff --git a/debian/idzebra-2.0-utils.postinst b/debian/idzebra-2.0-utils.postinst
new file mode 100644 (file)
index 0000000..95e2be8
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" != configure ]; then exit 0; fi
+
+update-alternatives --quiet --install /usr/bin/zebraidx zebraidx \
+       /usr/bin/zebraidx-2.0 50 \
+       --slave /usr/share/man/man1/zebraidx.1.gz zebraidx.1.gz \
+       /usr/share/man/man1/zebraidx-2.0.1.gz
+
+update-alternatives --quiet --install /usr/bin/zebrasrv zebrasrv \
+       /usr/bin/zebrasrv-2.0 50 \
+       --slave /usr/share/man/man1/zebrasrv.8.gz zebrasrv.8.gz \
+       /usr/share/man/man1/zebrasrv-2.0.8.gz
+