summarylogtreecommitdiffstats
path: root/abnt2-ext.install
diff options
context:
space:
mode:
Diffstat (limited to 'abnt2-ext.install')
-rw-r--r--abnt2-ext.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/abnt2-ext.install b/abnt2-ext.install
new file mode 100644
index 000000000000..3186cacf2c60
--- /dev/null
+++ b/abnt2-ext.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "To activate the keymap, run (as root):"
+ echo ""
+ echo " localectl set-x11-keymap --no-convert abnt2ext"
+ echo ""
+}
+
+post_upgrade() {
+ post_install "$@"
+}