mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 03:33:58 +02:00
Friendlier error message on absence of Portland.
This commit is contained in:
parent
7fbe1b98f4
commit
976e838d82
1 changed files with 4 additions and 1 deletions
|
|
@ -197,7 +197,10 @@ def post_install():
|
|||
|
||||
setup_udev_rules()
|
||||
setup_completion()
|
||||
setup_desktop_integration()
|
||||
try:
|
||||
setup_desktop_integration()
|
||||
except:
|
||||
print >>sys.stderr, 'You do not have the Portland Desktop Utilities installed, skipping installation of desktop integration'
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue