diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-16 05:11:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-16 05:11:27 +0000 |
commit | 59e5f62542bbbb33b5b3044bcbb8a116e49dfb29 (patch) | |
tree | 295279cc4aef096e310f72c5b130b6de4136310c /i18n/vietnamese/ipkg/postinst | |
parent | 920adf013448a20cb803680a6a0958691256b1c5 (diff) |
i18n: add language package for vietnamese
Diffstat (limited to 'i18n/vietnamese/ipkg/postinst')
-rwxr-xr-x | i18n/vietnamese/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/vietnamese/ipkg/postinst b/i18n/vietnamese/ipkg/postinst new file mode 100755 index 0000000000..cda03df718 --- /dev/null +++ b/i18n/vietnamese/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-vietnamese ) && rm -f /etc/uci-defaults/luci-i18n-vietnamese +} |