summarylogtreecommitdiffstats
path: root/sdl2-ime-support.install
blob: c647a266afbfdb559caaa5aa799b0f74b832e037 (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
    echo "=== SDL2 with IME support ==="
    echo "To enable advanced input methods in SDL2 applications, set the"
    echo "environment variable SDL_IM_MODULE either to 'fcitx' or 'ibus'"
}

post_upgrade() {
    post_install
}