diff options
author | Steven Barth <steven@midlink.org> | 2008-08-17 10:51:38 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-17 10:51:38 +0000 |
commit | 3e30400b63a132b0ad0430d21606729977fc1a5b (patch) | |
tree | e42051729e6f5e7520fe6f888ad856a77fdcf731 /i18n/russian/ipkg/postinst | |
parent | 75d4cca7ae10a39d9787afd5f1c2f14800491acd (diff) |
Added Russian base translation (thanks Skryabin Dmitry)
Diffstat (limited to 'i18n/russian/ipkg/postinst')
-rwxr-xr-x | i18n/russian/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/russian/ipkg/postinst b/i18n/russian/ipkg/postinst new file mode 100755 index 0000000000..7ace4822d0 --- /dev/null +++ b/i18n/russian/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-russian ) && rm -f /etc/uci-defaults/luci-i18n-russian +} |