From cda275425eb8b90f4b3fee44bb4912b612c062cc Mon Sep 17 00:00:00 2001 From: Li Fanxi Date: Thu, 23 Dec 2010 01:13:53 +0800 Subject: [PATCH] Add snb file to ebook-viewer bash completion list --- src/calibre/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index eceea6a262..4369f12d00 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -188,7 +188,7 @@ class PostInstall: from calibre.utils.smtp import option_parser as smtp_op from calibre.ebooks.epub.fix.main import option_parser as fix_op any_formats = ['epub', 'htm', 'html', 'xhtml', 'xhtm', 'rar', 'zip', - 'txt', 'lit', 'rtf', 'pdf', 'prc', 'mobi', 'fb2', 'odt', 'lrf'] + 'txt', 'lit', 'rtf', 'pdf', 'prc', 'mobi', 'fb2', 'odt', 'lrf', 'snb'] bc = os.path.join(os.path.dirname(self.opts.staging_sharedir), 'bash-completion') if os.path.exists(bc):