~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to data/updaters/konsole-2.9.0-colorscheme-bold-key.sh

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-02-06 12:00:15 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130206120015-7ht85d860r718wi0
Tags: 4:4.10.0-0ubuntu1
[ Rohan Garg ]
* New upstream release

[ Philip Muškovac ]
* Update konsole.install and sort it

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
for i in *.colorscheme ; do
18
18
    # no match? 
19
 
    if test "$i" = "*keytab" ; then
 
19
    if test "$i" = "*.colorscheme" ; then
20
20
        break
21
21
    fi
22
22