trunk: remove underscores in app names (Openwrt ticket #6654)
[project/luci.git] / applications / luci-mmc_over_gpio / ipkg / postinst
diff --git a/applications/luci-mmc_over_gpio/ipkg/postinst b/applications/luci-mmc_over_gpio/ipkg/postinst
deleted file mode 100644 (file)
index d88cfb9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
-       /etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable
-}