diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-13 15:11:16 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-02-14 09:20:33 +0100 |
commit | 1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (patch) | |
tree | 9b8f2d37ccd9252fd76bde59f31a4410bb148a1d /applications/luci-app-attendedsysupgrade | |
parent | effb720741534acc12891c149bafa832f9419a6c (diff) |
luci.mk: move /tmp/luci-indexcache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-attendedsysupgrade')
-rwxr-xr-x | applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade b/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade index 1b890c0cb..ceebc6630 100755 --- a/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade +++ b/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade @@ -1,6 +1,6 @@ #!/bin/sh -rm -rf /tmp/luci-indexcache /tmp/luci-modulecache/ +rm -rf /tmp/luci-modulecache/ /etc/init.d/uhttpd restart /etc/init.d/rpcd reload |