Friendlier error message on absence of Portland.

This commit is contained in:
Kovid Goyal 2007-09-30 17:57:43 +00:00
parent 7fbe1b98f4
commit 976e838d82

View File

@ -197,7 +197,10 @@ def post_install():
setup_udev_rules()
setup_completion()
try:
setup_desktop_integration()
except:
print >>sys.stderr, 'You do not have the Portland Desktop Utilities installed, skipping installation of desktop integration'