summarylogtreecommitdiffstats
path: root/arch-install
blob: ba162b65d44c4b30357a7c43323a9684d2a3fa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Maintainer: Denys Popov <denys@denyspopov.biz>
# 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
}