SHA256
1
0
forked from pool/ibus

Accepting request 321616 from home:ftake:branches:M17N

upstream update and bug fix

OBS-URL: https://build.opensuse.org/request/show/321616
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=144
This commit is contained in:
2015-08-10 13:44:14 +00:00
committed by Git OBS Bridge
parent 78c449f809
commit 066f1fced6
8 changed files with 79 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
if ! type -p ibus-daemon > /dev/null 2>&1 ; then
if ! type ibus-daemon > /dev/null 2>&1 ; then
echo "ibus is not available."
return 1
fi