summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-mjpg-streamer/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-mjpg-streamer/ipkg')
-rw-r--r--applications/luci-mjpg-streamer/ipkg/postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/luci-mjpg-streamer/ipkg/postinst b/applications/luci-mjpg-streamer/ipkg/postinst
deleted file mode 100644
index cfca9d308f..0000000000
--- a/applications/luci-mjpg-streamer/ipkg/postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-mjpg-streamer ) && rm -f /etc/uci-defaults/luci-mjpg-streamer
- /etc/init.d/mjpg-streamer enabled || /etc/init.d/mjpg-streamer enable
- exit 0
-}