summaryrefslogtreecommitdiffhomepage
path: root/i18n/polish/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-27 12:41:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-27 12:41:50 +0000
commitd135599c5105494960fa010caa9fb16db3ecb519 (patch)
tree01563741bc039b500a6f0f592985de373f1a830b /i18n/polish/ipkg
parent326418be42661e6c83eea18deda6f0888a009f82 (diff)
i18n: package polish translations
Diffstat (limited to 'i18n/polish/ipkg')
-rwxr-xr-xi18n/polish/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/polish/ipkg/postinst b/i18n/polish/ipkg/postinst
new file mode 100755
index 0000000000..c562629e20
--- /dev/null
+++ b/i18n/polish/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-i18n-polish ) && rm -f /etc/uci-defaults/luci-i18n-polish
+}