diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-27 08:35:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-27 08:35:37 +0000 |
commit | f8771c17dca6e9a357581595ade7dae0dc543cb9 (patch) | |
tree | c4981eeb3a088df1e796b0286db8b687e2c9cbcf /i18n/catalan/ipkg/postinst | |
parent | f9a9e8ef89c6274db6e826c2392bb822312b216f (diff) |
add language packages for portuguese and catalan
Diffstat (limited to 'i18n/catalan/ipkg/postinst')
-rwxr-xr-x | i18n/catalan/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/catalan/ipkg/postinst b/i18n/catalan/ipkg/postinst new file mode 100755 index 000000000..48be5724b --- /dev/null +++ b/i18n/catalan/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-catalan ) && rm -f /etc/uci-defaults/luci-i18n-catalan +} |