summaryrefslogtreecommitdiffhomepage
path: root/i18n/greek/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-27 21:36:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-27 21:36:41 +0000
commit76a6ffc9cfd69181d3fe664c9c421462a6c4883d (patch)
tree4330c6509179cfe7b1b0ac6402bb286a747a231a /i18n/greek/ipkg
parent61d6197be8a5fab5c2aec3ec15ae57436a7235c6 (diff)
luci: add greek translation, thanks Vasilis Tsiligiannis!
Diffstat (limited to 'i18n/greek/ipkg')
-rwxr-xr-xi18n/greek/ipkg/postinst4
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
+}