summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4fbbccba..9da63925 100755
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,8 @@ if __name__ == '__main__':
         url='http://ranger.nongnu.org',
         scripts=['scripts/ranger', 'scripts/rifle'],
         data_files=[
+            ('share/applications',
+                ['doc/ranger.desktop']),
             ('share/man/man1',
                 ['doc/ranger.1',
                  'doc/rifle.1']),