diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
commit | 76a6ffc9cfd69181d3fe664c9c421462a6c4883d (patch) | |
tree | 4330c6509179cfe7b1b0ac6402bb286a747a231a /i18n/greek/ipkg | |
parent | 61d6197be8a5fab5c2aec3ec15ae57436a7235c6 (diff) |
luci: add greek translation, thanks Vasilis Tsiligiannis!
Diffstat (limited to 'i18n/greek/ipkg')
-rwxr-xr-x | i18n/greek/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/greek/ipkg/postinst b/i18n/greek/ipkg/postinst new file mode 100755 index 000000000..cfd1512d3 --- /dev/null +++ b/i18n/greek/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-greek ) && rm -f /etc/uci-defaults/luci-i18n-greek +} |