From 4deb48622868cfbf6b7d9a8f710df16825aec664 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 23 Jul 2008 11:13:33 +0000 Subject: i18n: Added dynamic registration for translations --- i18n/french/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i18n/french/ipkg/postinst (limited to 'i18n/french/ipkg/postinst') diff --git a/i18n/french/ipkg/postinst b/i18n/french/ipkg/postinst new file mode 100755 index 0000000000..e220e4dca6 --- /dev/null +++ b/i18n/french/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-french ) && rm -f /etc/uci-defaults/luci-i18n-french +} -- cgit v1.2.3