diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-14 09:12:31 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-02-14 09:20:48 +0100 |
commit | b9292a6f575e5bd440b2011006489c06a3dcb833 (patch) | |
tree | 8b3cda8ae6e645a9494b51f9240a4e194a2618b3 /applications/luci-app-advanced-reboot | |
parent | 1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (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-reboot | 4 |
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 |