~ubuntu-branches/debian/squeeze/im-config/squeeze

« back to all changes in this revision

Viewing changes to im-config.console

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2010-06-27 14:41:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100627144155-kryce0ilq12g8nez
Tags: 0.1
* Created a new package to manage the imput method on Debian with a
  much simpler structure than that of im-switch.
* Initial release to Debian. Closes: #587258

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Input Method console configuration
 
3
# (C) Osamu Aoki <osamu@debian.org>, GPL-2+
 
4
# vim: set sts=4 expandtab:
 
5
#
 
6
#############################################################
 
7
# Common variables, functions, sanity checks
 
8
#############################################################
 
9
. /usr/share/im-config/im-config.common
 
10
echo "menu with dialog to be implimented."
 
11
exit 0