summarylogtreecommitdiffstats
path: root/sdl2-ime-support.install
diff options
context:
space:
mode:
authorGhettoGirl2016-08-21 11:11:39 +0200
committerGhettoGirl2016-08-21 11:11:39 +0200
commit5a23f700fdefd2bfb25c0d579ec068c019a44b47 (patch)
tree4b02da6ae5b90de45dd67f571c55051d81b7c60f /sdl2-ime-support.install
downloadaur-5a23f700fdefd2bfb25c0d579ec068c019a44b47.tar.gz
Initial commit
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
+}