mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
4bdda09a80
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
13 lines
526 B
Diff
13 lines
526 B
Diff
diff -Naur calibre.orig/src/calibre/linux.py calibre/src/calibre/linux.py
|
|
--- calibre.orig/src/calibre/linux.py 2010-06-11 22:28:24.000000000 +0000
|
|
+++ calibre/src/calibre/linux.py 2010-06-13 23:07:49.000000000 +0000
|
|
@@ -133,9 +133,6 @@
|
|
if islinux:
|
|
self.setup_completion()
|
|
self.install_man_pages()
|
|
- if islinux:
|
|
- self.setup_desktop_integration()
|
|
- self.create_uninstaller()
|
|
|
|
from calibre.utils.config import config_dir
|
|
if os.path.exists(config_dir):
|