From f7c56ac2eac02b1eeaa75aaa777664ffd6f1eeb7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 24 Jun 2011 11:51:14 +0000 Subject: i18n: add hebrew language module --- i18n/hebrew/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i18n/hebrew/ipkg/postinst (limited to 'i18n/hebrew/ipkg/postinst') diff --git a/i18n/hebrew/ipkg/postinst b/i18n/hebrew/ipkg/postinst new file mode 100755 index 0000000000..78010a4801 --- /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 +} -- cgit v1.2.3