This commit is contained in:
Mengjuei Hsieh 2011-09-06 22:22:24 -07:00
parent cd75c169df
commit 3ca173ddad
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# The following files are bundled: # The following files are bundled:
# #
# 'Lettuce.app' # 'McBopomofo.app'
# 'CocoaDialog.app' # 'CocoaDialog.app'
# 'pic_normal.png' # 'pic_normal.png'
# #
@ -22,8 +22,8 @@ if [ $rv == "No" ]; then
exit 0 exit 0
fi fi
if [ $(/bin/ps xww|/usr/bin/awk '/Lettuce/{bm=1}END{print bm}')"blah" != "blah1" ]; then if [ $(/bin/ps xww|/usr/bin/awk '/McBopomofo/{bm=1}END{print bm}')"blah" != "blah1" ]; then
killall -9 Lettuce killall -9 McBopomofo
echo PROGRESS:25 echo PROGRESS:25
fi fi
if [ ! -e $HOME/Library/Input\ Methods ]; then if [ ! -e $HOME/Library/Input\ Methods ]; then
@ -32,8 +32,8 @@ if [ ! -e $HOME/Library/Input\ Methods ]; then
else else
echo PROGRESS:50 echo PROGRESS:50
fi fi
cp -R Lettuce.app $HOME/Library/Input\ Methods/ cp -R McBopomofo.app $HOME/Library/Input\ Methods/
echo PROGRESS:75 echo PROGRESS:75
$HOME/Library/Input\ Methods/Lettuce.app/Contents/MacOS/Lettuce install $HOME/Library/Input\ Methods/McBopomofo.app/Contents/MacOS/McBopomofo install
echo PROGRESS:100 echo PROGRESS:100
$CD bubble --debug --title "Thank you!" --text "McBoPoMoPo has been installed." --icon-file pic_normal.png $CD bubble --debug --title "Thank you!" --text "McBoPoMoPo has been installed." --icon-file pic_normal.png