luci/applications/luci-app-attendedsysupgrade/root/etc/uci-defaults/40_luci-attendedsysupgrade
Florian Eckert b9292a6f57 luci.mk: move /tmp/luci-modulecache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-14 09:20:48 +01:00

6 lines
72 B
Bash
Executable file

#!/bin/sh
/etc/init.d/uhttpd restart
/etc/init.d/rpcd reload
return 0