summaryrefslogtreecommitdiff
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 0253d864..d8e059b5 100755
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,8 @@ for filepath in glob.glob("po/mo/*/LC_MESSAGES/*.mo"):
# HACK: make sure that the mo files are generated and up-to-date
os.system("cd po; make update-po")
+# do the same for the desktop files
+os.system("cd date; make")
setup(name='update-manager',
version='0.1',