summarylogtreecommitdiffstats
path: root/arch-install
blob: 87ce7942b4572618da87ef1ab24cfa85f7bb5219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Maintainer: Denys Popov <besisland@besisland.name>
# rukbi install file

post_install() {
    printf "\n"
    printf "==> You have to run '/usr/share/X11/xkb/rukbi/install/install' as root in order to patch the xkeyboard-config.\n"
    printf "==> If the xkeyboard-config package were reinstalled, run this script again.\n"
    printf "\n"
}

post_upgrade() {
    post_install
}