X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fminidlna;h=6368004ed7d061f173b36ef4a6190e94ea9223b1;hb=6c920b19cd768445a66f5be58c4701b878d5b943;hp=1c3f61c42e3c7ada107dfce0d2ca1419b56d8b32;hpb=15b470a79da5c3fa119920e051386421a3fa317f;p=ipfire-2.x.git 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)