]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/transmission
transmission: add initskript and backup include to package.
[ipfire-2.x.git] / lfs / transmission
index 7ce4b83921383dd0788c81d23414141d9013adf0..b4ba4c44b4eb1ca88a5a0b01c8fe4215ab5e85ec 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -85,5 +85,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mkdir -pv /etc/transmission
        cp -vf $(DIR_SRC)/config/transmission/* /etc/transmission/
        chown -Rv nobody.nobody /etc/transmission
+
+       # Install backup include
+       install -v -m 644 $(DIR_SRC)/config/backup/includes/transmission \
+                        /var/ipfire/backup/addons/includes/transmission
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)