diff --git a/setup.py b/setup.py index 73eea4a2..282ea744 100755 --- a/setup.py +++ b/setup.py @@ -164,5 +164,5 @@ setup( ], ) -if sys.argv[1] in ('install', 'develop') and options.xdg: +if sys.argv[1] in ('install', 'develop') and options.xdg and not options.hildon: install_xdg()