Blame setup/ibus-setup-typing-booster.in

Packit Service 6a275b
#!/bin/sh
Packit Service 6a275b
# vim:set noet ts=4:
Packit Service 6a275b
#
Packit Service 6a275b
#
Packit Service 6a275b
# Copyright (c) 2011-2012 Anish Patil <apatil@redhat.com>
Packit Service 6a275b
# Copyright (c) 2011-2012 Red Hat, Inc.
Packit Service 6a275b
#
Packit Service 6a275b
# This program is free software: you can redistribute it and/or modify
Packit Service 6a275b
# it under the terms of the GNU General Public License as published by
Packit Service 6a275b
# the Free Software Foundation, either version 3 of the License, or
Packit Service 6a275b
# (at your option) any later version.
Packit Service 6a275b
#  This program is distributed in the hope that it will be useful,
Packit Service 6a275b
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 6a275b
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 6a275b
# GNU General Public License for more details.
Packit Service 6a275b
#  You should have received a copy of the GNU General Public License
Packit Service 6a275b
# along with this program.  If not, see <http://www.gnu.org/licenses/>
Packit Service 6a275b
Packit Service 6a275b
prefix=@prefix@
Packit Service 6a275b
export IBUS_LOCALEDIR=@localedir@
Packit Service 6a275b
exec @PYTHON@ @prefix@/share/ibus-typing-booster/setup/main.py $@
Packit Service 6a275b