diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-24 11:51:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-24 11:51:14 +0000 |
commit | f7c56ac2eac02b1eeaa75aaa777664ffd6f1eeb7 (patch) | |
tree | ef6e355910defb1246077fa8df6b4ef1baf2afc7 /i18n/hebrew/ipkg | |
parent | 225d28e5edb2731ea2d07d5b9e9d7ea0f3affefe (diff) |
i18n: add hebrew language module
Diffstat (limited to 'i18n/hebrew/ipkg')
-rwxr-xr-x | i18n/hebrew/ipkg/postinst | 4 |
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 +} |