summarylogtreecommitdiffstats
path: root/abnt2-ext.install
diff options
context:
space:
mode:
Diffstat (limited to 'abnt2-ext.install')
-rw-r--r--abnt2-ext.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/abnt2-ext.install b/abnt2-ext.install
new file mode 100644
index 000000000000..3b3a0b31f4ea
--- /dev/null
+++ b/abnt2-ext.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo ""
+ echo " To enable this layout globally, run as root:"
+ echo ""
+ echo " localectl set-x11-keymap --no-convert abnt2_ext"
+ echo ""
+ echo " Also don't forget to disable your desktop environment's"
+ echo " automatic managing of keyboard layouts. (For plasma you"
+ echo " may have to manually edit ~/.config/kxkbrc."
+ echo ""
+}
+
+post_upgrade() {
+ post_install $1
+}