summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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