contrib, i18n: fix portuguese-brazilian translation package
[project/luci.git] / i18n / portuguese-brazilian / ipkg / postinst
diff --git a/i18n/portuguese-brazilian/ipkg/postinst b/i18n/portuguese-brazilian/ipkg/postinst
new file mode 100755 (executable)
index 0000000..fc33156
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+       ( . /etc/uci-defaults/luci-i18n-portuguese_brazilian ) &&       rm -f /etc/uci-defaults/luci-i18n-portuguese_brazilian
+}