diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-28 19:01:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-28 19:01:42 +0000 |
commit | 986b6924686c272b854817d62cb5c9efb869f830 (patch) | |
tree | afc697b5566fcabf8c8b10c1c19f4d9325226dc8 /i18n/japanese/ipkg | |
parent | 3df2864e13ace1719cbe8cd81b18849e3a90c54e (diff) |
i18n: introduce initial japanese translation, thanks Tsukasa Hamano!
Diffstat (limited to 'i18n/japanese/ipkg')
-rwxr-xr-x | i18n/japanese/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/japanese/ipkg/postinst b/i18n/japanese/ipkg/postinst new file mode 100755 index 000000000..aaa44e266 --- /dev/null +++ b/i18n/japanese/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-japanese ) && rm -f /etc/uci-defaults/luci-i18n-japanese +} |