diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-13 23:03:02 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-13 23:05:49 +0200 |
commit | dd5897924977a19cd73c3aa2a61c83c4ad81ce9d (patch) | |
tree | 46edbc7320fcdeea1ea2372921e0a5daf9847e2f /applications/luci-app-shairport/root/etc | |
parent | 8152c46ebe94fad4bca588d45d0ddb2be6bacddb (diff) |
luci-app-shairport: remove obsolete package
shairport was removed from the packages feed in July 2017,
so remove the LuCI frontend, too.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-shairport/root/etc')
-rw-r--r-- | applications/luci-app-shairport/root/etc/uci-defaults/40_luci-shairport | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/applications/luci-app-shairport/root/etc/uci-defaults/40_luci-shairport b/applications/luci-app-shairport/root/etc/uci-defaults/40_luci-shairport deleted file mode 100644 index be9412bac8..0000000000 --- a/applications/luci-app-shairport/root/etc/uci-defaults/40_luci-shairport +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# needed for "Save and Apply" to restart shairport -uci -q batch <<-EOF >/dev/null - delete ucitrack.@shairport[-1] - add ucitrack shairport - set ucitrack.@shairport[-1].init="shairport" - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 |