summarylogtreecommitdiffstats
path: root/abnt2-ext.install
blob: 3b3a0b31f4eac5d7ec47cf78ae3c38ac43719e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}