summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-08 12:01:30 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-08 12:01:30 (EDT)
commita3c90026463eba360c0574fe8268dd16e41255b1 (patch)
tree55115e7708a97436b6e4dc3df10e8573e16f6083
parent4314663066526170a019628c2153e6239269eb69 (diff)
ncurses-bin: Fix priorities of clear and reset.
-rwxr-xr-xncurses-bin.pkg/postinst4
1 files changed, 2 insertions, 2 deletions
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