diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-02 09:48:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-02 09:48:31 +0000 |
commit | 520528e2864984095ba79894dafa34edd4cf5b09 (patch) | |
tree | 74a19726d2294b0a8b4467db890ad70be6830d82 /i18n/hungarian/ipkg | |
parent | be563eac62c4ac07ae2c08b51c3ca723e293b484 (diff) |
i18n: package hungarian translations
Diffstat (limited to 'i18n/hungarian/ipkg')
-rwxr-xr-x | i18n/hungarian/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/hungarian/ipkg/postinst b/i18n/hungarian/ipkg/postinst new file mode 100755 index 000000000..7f69ba752 --- /dev/null +++ b/i18n/hungarian/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-hungarian ) && rm -f /etc/uci-defaults/luci-i18n-hungarian +} |