diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-06 15:38:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-06 15:38:26 +0000 |
commit | d57f7a9397266fba3928193f233b2fb70ba42605 (patch) | |
tree | 4d2cb2e6636fd4bad6e35ba16bc3b331fd90f78f /i18n/romanian/ipkg | |
parent | 523f70c927beeb85bb59d3410206f9f2c810a156 (diff) |
i18n: initialize romanian language support
Diffstat (limited to 'i18n/romanian/ipkg')
-rwxr-xr-x | i18n/romanian/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/romanian/ipkg/postinst b/i18n/romanian/ipkg/postinst new file mode 100755 index 0000000000..d8f3b85a25 --- /dev/null +++ b/i18n/romanian/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-romanian ) && rm -f /etc/uci-defaults/luci-i18n-romanian +} |