repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
ibus-qt-git
/
ibus-qt.install
blob
f5d54f42c058eb50e213601446a49657d48ce147
1
post_install() {
2
cat << EOF
3
==> Please set environment variable firstly
4
==> a ~/.xprofile example to start with KDE:
5
#export LANG=zh_CN.UTF-8
6
export XMODIFIERS="@im=ibus"
7
export GTK_IM_MODULE=ibus
8
export QT_IM_MODULE=ibus
9
ibus-daemon -xrd
10
#....
11
EOF
12
}
13
14
post_upgrade() {
15
post_install $1
16
}