Index: Makefile
===================================================================
--- Makefile (revision 300)
+++ Makefile (revision 301)
@@ -181,10 +181,6 @@
$(install_target): $(build_target)
@mkdir -p $(MATE_PKG)
@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
- # ======= Disable time-admin applet due to org.freedesktop.timedate1 dependencies: =======
- @( cd $(MATE_PKG)/usr/share/applications ; \
- mv mate-time-admin.desktop{,.failure} ; \
- )
# ======= Remove mimeinfo cache: =======
@rm $(MATE_PKG)/usr/share/applications/mimeinfo.cache
# ======= Install Documentation =======