X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=i18n%2Fcatalan%2Fipkg%2Fpostinst;fp=i18n%2Fcatalan%2Fipkg%2Fpostinst;h=48be5724bc42b9fee111304fc8cfba2157ce6680;hb=f8771c17dca6e9a357581595ade7dae0dc543cb9;hp=0000000000000000000000000000000000000000;hpb=f9a9e8ef89c6274db6e826c2392bb822312b216f;p=project%2Fluci.git diff --git a/i18n/catalan/ipkg/postinst b/i18n/catalan/ipkg/postinst new file mode 100755 index 0000000000..48be5724bc --- /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 +}