summaryrefslogtreecommitdiff
path: root/debian/brz.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/brz.postinst')
-rw-r--r--debian/brz.postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/brz.postinst b/debian/brz.postinst
new file mode 100644
index 0000000..721396c
--- /dev/null
+++ b/debian/brz.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+
+update-alternatives --install /usr/bin/bzr bzr /usr/bin/brz 50 \
+ --slave /usr/share/man/man1/bzr.1.gz bzr.1.gz /usr/share/man/man1/brz.1.gz
+
+#DEBHELPER#