]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/util-linux
util-linux: remove extern fstrim and eject packages.
[people/teissler/ipfire-2.x.git] / lfs / util-linux
index 40f371b2b81517a698e5423912eb95dc077ff801..7f69e67514bfbedcd5df82ee18a6d24c306e4ab3 100644 (file)
@@ -73,5 +73,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure
        cd $(DIR_APP) && make $(MAKETUNING) HAVE_KILL=yes HAVE_SLN=yes
        cd $(DIR_APP) && make HAVE_KILL=yes HAVE_SLN=yes install
+       # Install fstrim cronjob
+       mkdir -p /etc/fcron.daily
+       install -m 0755 $(DIR_SRC)/config/fstrim/trim /etc/fcron.daily/trim
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)