From 3d5002075b51c3b4d60760c440e1bd21ea9bc710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 23 Feb 2014 13:21:48 +0200 Subject: Add default settings for orage Hide orage calendar from systray by default. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70b19a7..7787a2c 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,8 @@ install: -install -d $(DESTDIR)$(xfceconfdir) -install -d $(DESTDIR)$(xfceconfdir)/Thunar install -m 644 data/Thunar/* $(DESTDIR)$(xfceconfdir)/Thunar/ + -install -d $(DESTDIR)$(xfceconfdir)/orage + install -m 644 data/orage/* $(DESTDIR)$(xfceconfdir)/orage/ -install -d $(DESTDIR)$(xfceconfdir)/menus install -m 644 data/menus/xfce-applications.menu $(DESTDIR)$(xfceconfdir)/menus/xfce-applications.menu -install -d $(DESTDIR)$(xfceconfdir)/xfce4 -- cgit v1.2.1