From a3c90026463eba360c0574fe8268dd16e41255b1 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Sun, 08 Sep 2013 12:01:30 -0400
Subject: ncurses-bin: Fix priorities of clear and reset.

---
(limited to 'ncurses-bin.pkg/postinst')

diff --git a/ncurses-bin.pkg/postinst b/ncurses-bin.pkg/postinst
index d68ce3f..a824bfd 100755
--- a/ncurses-bin.pkg/postinst
+++ b/ncurses-bin.pkg/postinst
@@ -2,7 +2,7 @@
 
 if [ "x${1}" = 'xconfigure' ]; then
 	update-alternatives --install /usr/bin/clear clear \
-		/usr/bin/clear.ncurses 10
+		/usr/bin/clear.ncurses 20
 	update-alternatives --install /usr/bin/reset reset \
-		/usr/bin/reset.ncurses 10
+		/usr/bin/reset.ncurses 20
 fi
--
cgit v0.9.1