From 1f8a3c04178e21f45f3908fd476ec3b3dad73c69 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 13 Feb 2020 15:11:16 +0100 Subject: luci.mk: move /tmp/luci-indexcache remove to package postinst script Signed-off-by: Florian Eckert --- applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos (limited to 'applications/luci-app-noddos/root') diff --git a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos b/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos deleted file mode 100644 index 5225b63a8e..0000000000 --- a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2017 Steven Hessing (steven.hessing@live.com) -# This is free software, licensed under the GNU General Public License v3 - -rm -f /tmp/luci-indexcache -exit 0 -- cgit v1.2.3