X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fminidlna;h=6368004ed7d061f173b36ef4a6190e94ea9223b1;hp=1c3f61c42e3c7ada107dfce0d2ca1419b56d8b32;hb=c95ba2bbcc0b6c0b037f058a4395027f93dc093a;hpb=1342aaf8dd0a0c55d960817e88cac5d379029054 diff --git a/lfs/minidlna b/lfs/minidlna index 1c3f61c42e..6368004ed7 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -83,5 +83,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install configuration. install -m 644 $(DIR_SRC)/config/minidlna/minidlna.conf /etc + + #install initscripts + $(call INSTALL_INITSCRIPT,minidlna) + @rm -rf $(DIR_APP) @$(POSTBUILD)