diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-30 15:10:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-30 15:10:55 +0000 |
commit | bc709dd46dd2208e2e9a52fca7e819b92c9512ad (patch) | |
tree | 00bbd4b22a3b09e14e6d7f1bf6497e0b343d71a5 /i18n/ukrainian/ipkg | |
parent | a1d21983aac6d81417700db6b7ccc5260d97f7be (diff) |
i18n, contrib: package ukrainian language support
Diffstat (limited to 'i18n/ukrainian/ipkg')
-rwxr-xr-x | i18n/ukrainian/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/ukrainian/ipkg/postinst b/i18n/ukrainian/ipkg/postinst new file mode 100755 index 0000000000..ba9a7af0d9 --- /dev/null +++ b/i18n/ukrainian/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-ukrainian ) && rm -f /etc/uci-defaults/luci-i18n-ukrainian +} |