i18n: Enable chinese translation, thanks zjhzzyf (#223)
[project/luci.git] / i18n / chinese / ipkg / postinst
diff --git a/i18n/chinese/ipkg/postinst b/i18n/chinese/ipkg/postinst
new file mode 100644 (file)
index 0000000..9fbec28
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+       ( . /etc/uci-defaults/luci-i18n-chinese ) &&    rm -f /etc/uci-defaults/luci-i18n-chinese
+}