Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. case "$kdecode" in
  2.   "ja")
  3.     sed -i "s/^Depends:.*/&, ibus-anthy/" control
  4.     ;;
  5.   "zhcn")
  6.     sed -i "s/^Depends:.*/&, ibus-pinyin/" control
  7.     ;;
  8.   "zhtw")
  9.     sed -i "s/^Depends:.*/&, ibus-chewing/" control
  10.     ;;
  11.   "ko")
  12.     sed -i "s/^Depends:.*/&, ibus-hangul/" control
  13.     ;;
  14.   *)
  15.     ;;
  16. esac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement