summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-02-14 09:12:31 +0100
committerFlorian Eckert <fe@dev.tdt.de>2020-02-14 09:20:48 +0100
commitb9292a6f575e5bd440b2011006489c06a3dcb833 (patch)
tree8b3cda8ae6e645a9494b51f9240a4e194a2618b3 /applications/luci-app-advanced-reboot
parent1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (diff)
luci.mk: move /tmp/luci-modulecache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-advanced-reboot')
-rw-r--r--applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot4
1 files changed, 0 insertions, 4 deletions
diff --git a/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot b/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
deleted file mode 100644
index afe697389..000000000
--- a/applications/luci-app-advanced-reboot/root/etc/uci-defaults/40_luci-advanced-reboot
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-rm -rf /var/luci-modulecache/;
-exit 0