mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Friendlier error message on absence of Portland.
This commit is contained in:
parent
7fbe1b98f4
commit
976e838d82
@ -197,7 +197,10 @@ def post_install():
|
|||||||
|
|
||||||
setup_udev_rules()
|
setup_udev_rules()
|
||||||
setup_completion()
|
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…
x
Reference in New Issue
Block a user