summaryrefslogtreecommitdiffhomepage
path: root/i18n/hebrew/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-06-24 11:51:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-06-24 11:51:14 +0000
commitf7c56ac2eac02b1eeaa75aaa777664ffd6f1eeb7 (patch)
treeef6e355910defb1246077fa8df6b4ef1baf2afc7 /i18n/hebrew/ipkg
parent225d28e5edb2731ea2d07d5b9e9d7ea0f3affefe (diff)
i18n: add hebrew language module
Diffstat (limited to 'i18n/hebrew/ipkg')
-rwxr-xr-xi18n/hebrew/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/hebrew/ipkg/postinst b/i18n/hebrew/ipkg/postinst
new file mode 100755
index 000000000..78010a480
--- /dev/null
+++ b/i18n/hebrew/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-i18n-hebrew ) && rm -f /etc/uci-defaults/luci-i18n-hebrew
+}