aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst')
-rw-r--r--packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst b/packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst
new file mode 100644
index 000000000000..eca2d22397b3
--- /dev/null
+++ b/packages/cortexa57-poky-linux/kbd/kbd/latest.pkg_postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+ update-alternatives --install /usr/bin/chvt chvt /usr/bin/chvt.kbd 100
+ update-alternatives --install /usr/bin/deallocvt deallocvt /usr/bin/deallocvt.kbd 100
+ update-alternatives --install /usr/bin/fgconsole fgconsole /usr/bin/fgconsole.kbd 100
+ update-alternatives --install /usr/bin/openvt openvt /usr/bin/openvt.kbd 100
+ update-alternatives --install /usr/bin/showkey showkey /usr/bin/showkey.kbd 100
+ update-alternatives --install /usr/bin/vlock vlock /usr/bin/vlock.kbd 100