diff options
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/community-halle/ipkg/postinst | 4 | ||||
-rwxr-xr-x | applications/community-hannover/ipkg/postinst | 4 | ||||
-rwxr-xr-x | applications/community-leipzig/ipkg/postinst | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | applications/luci-fw/root/etc/init.d/luci_fw | 0 | ||||
-rwxr-xr-x | applications/luci-statistics/ipkg/postinst | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | applications/luci-statistics/root/etc/init.d/luci_statistics | 0 |
6 files changed, 16 insertions, 0 deletions
diff --git a/applications/community-halle/ipkg/postinst b/applications/community-halle/ipkg/postinst new file mode 100755 index 0000000000..0efb5a9a75 --- /dev/null +++ b/applications/community-halle/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-community-halle ) && rm -f /etc/uci-defaults/luci-community-halle +} diff --git a/applications/community-hannover/ipkg/postinst b/applications/community-hannover/ipkg/postinst new file mode 100755 index 0000000000..b41179f72c --- /dev/null +++ b/applications/community-hannover/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-community-hannover ) && rm -f /etc/uci-defaults/luci-community-hannover +} diff --git a/applications/community-leipzig/ipkg/postinst b/applications/community-leipzig/ipkg/postinst new file mode 100755 index 0000000000..5aff5db958 --- /dev/null +++ b/applications/community-leipzig/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-community-leipzig ) && rm -f /etc/uci-defaults/luci-community-leipzig +} diff --git a/applications/luci-fw/root/etc/init.d/luci_fw b/applications/luci-fw/root/etc/init.d/luci_fw index 5f09b52770..5f09b52770 100644..100755 --- a/applications/luci-fw/root/etc/init.d/luci_fw +++ b/applications/luci-fw/root/etc/init.d/luci_fw diff --git a/applications/luci-statistics/ipkg/postinst b/applications/luci-statistics/ipkg/postinst new file mode 100755 index 0000000000..69fe0c0167 --- /dev/null +++ b/applications/luci-statistics/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-statistics ) && rm -f /etc/uci-defaults/luci-statistics +} diff --git a/applications/luci-statistics/root/etc/init.d/luci_statistics b/applications/luci-statistics/root/etc/init.d/luci_statistics index 54faa411db..54faa411db 100644..100755 --- a/applications/luci-statistics/root/etc/init.d/luci_statistics +++ b/applications/luci-statistics/root/etc/init.d/luci_statistics |