updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / kimpanel-plasmoid-svn / kimpanel-plasmoid-svn.install
blob8fc9c1c11d607cfca86149768f29a180061c1ff3
1 _install_notes() {
2     echo        "SCIM instruction"
3         echo    "edit your scim's global config file,"
4         echo    "( it's /etc/scim/global in my box(Archlinux distro). )"
5         echo    "change this line: /DefaultPanelProgram = scim-panel-gtk"
6         echo    "into: /DefaultPanelProgram = scim-panel-dbus"
7         echo    "reboot your system (or manually kill all scim related process) "
8         echo    "IBus instruction"
9         echo    "start your ibus-daemon by running"
10         echo    "ibus-daemon --panel=/usr/share/ibus/ui/qt/panel.py     --xim"
11         echo    "you can modify your /etc/xdg/autostart/ibus.desktop file to do this"
12         echo    "Fcitx instruction"
13         echo    "Install fcitx-dbus-svn from AUR"
17 post_install() {
18     # Update KDE Settings.
19     echo "Update KDE Settings by running kbuildsycoca4"
20     _install_notes
23 post_upgrade() {
24    post_install