Blame setup/ibus-setup-table.in

Packit Service db4263
#!/bin/sh
Packit Service db4263
# vim:set noet ts=4:
Packit Service db4263
#
Packit Service db4263
# ibus-tmpl - The Input Bus template project
Packit Service db4263
#
Packit Service db4263
# Copyright (c) 2007-2012 Peng Huang <shawn.p.huang@gmail.com>
Packit Service db4263
#
Packit Service db4263
# This program is free software; you can redistribute it and/or modify
Packit Service db4263
# it under the terms of the GNU General Public License as published by
Packit Service db4263
# the Free Software Foundation; either version 2, or (at your option)
Packit Service db4263
# any later version.
Packit Service db4263
#
Packit Service db4263
# This program is distributed in the hope that it will be useful,
Packit Service db4263
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service db4263
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service db4263
# GNU General Public License for more details.
Packit Service db4263
#
Packit Service db4263
# You should have received a copy of the GNU General Public License
Packit Service db4263
# along with this program; if not, write to the Free Software
Packit Service db4263
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Packit Service db4263
Packit Service db4263
prefix=@prefix@
Packit Service db4263
exec_prefix=@exec_prefix@
Packit Service db4263
datarootdir=@datarootdir@
Packit Service db4263
export IBUS_PREFIX=@prefix@
Packit Service db4263
export IBUS_DATAROOTDIR=@datarootdir@
Packit Service db4263
export IBUS_LOCALEDIR=@localedir@
Packit Service db4263
cd @prefix@/share/ibus-table/setup/
Packit Service db4263
exec @PYTHON@ main.py $@
Packit Service db4263