diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | data/orage/oragerc | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -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 diff --git a/data/orage/oragerc b/data/orage/oragerc new file mode 100644 index 0000000..960ddc2 --- /dev/null +++ b/data/orage/oragerc @@ -0,0 +1,2 @@ +[PARAMETERS] +Show in systray=false |