summarylogtreecommitdiffstats
path: root/sdl2-ime-support.install
diff options
context:
space:
mode:
Diffstat (limited to 'sdl2-ime-support.install')
-rw-r--r--sdl2-ime-support.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/sdl2-ime-support.install b/sdl2-ime-support.install
new file mode 100644
index 000000000000..c647a266afbf
--- /dev/null
+++ b/sdl2-ime-support.install
@@ -0,0 +1,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
+}