Remove obsolete ipkg directories
[project/luci.git] / applications / luci-app-watchcat / ipkg / postinst
diff --git a/applications/luci-app-watchcat/ipkg/postinst b/applications/luci-app-watchcat/ipkg/postinst
deleted file mode 100644 (file)
index 9911460..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-me="watchcat"
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-$me ) && rm -f /etc/uci-defaults/luci-$me
-       /etc/init.d/$me enabled || /etc/init.d/$me enable
-       exit 0
-}