diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | mdkapplet.conf | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,8 @@ install: all install -m755 $(MDKUPDATE) $(SBINDIR) install -m755 $(MDKAPPLET) $(BINDIR) install -m755 migrate-mdvonline-applet.pl $(SBINDIR) + install -d $(SYSCONFDIR) + install -m644 mdkapplet.conf $(SYSCONFDIR)/mdkapplet install -m644 icons/$(NAME)16.png $(ICONSDIR)/mini/$(NAME).png install -m644 icons/$(NAME)32.png $(ICONSDIR)/$(NAME).png install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png diff --git a/mdkapplet.conf b/mdkapplet.conf new file mode 100644 index 00000000..738bab86 --- /dev/null +++ b/mdkapplet.conf @@ -0,0 +1,5 @@ +# Update frequency (in seconds) [default is 3 hours]: +UPDATE_FREQUENCY=10800 + +# Initial check will be delayed by (default to 25 seconds): +FIRST_CHECK_DELAY} ||= 25 * 1000; |