From 5a519379cb2798310f20ebe4fc06c30cec114965 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Mon, 27 May 2013 13:58:38 -0400
Subject: Manage /usr/bin/ar with update-alternatives.

---
(limited to 'binutils.pkg.in/postinst')

diff --git a/binutils.pkg.in/postinst b/binutils.pkg.in/postinst
new file mode 100644
index 0000000..ebd719d
--- /dev/null
+++ b/binutils.pkg.in/postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ "x${1}" = 'xconfigure' ]; then
+	if [ "x$(cat /etc/proteanos_arch)" = 'x@PKG_TARGET_ARCH@' ]; then
+		update-alternatives --install /usr/bin/ar ar \
+			/usr/bin/ar.binutils 20
+	fi
+fi
--
cgit v0.9.1