From d57f7a9397266fba3928193f233b2fb70ba42605 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Oct 2011 15:38:26 +0000 Subject: i18n: initialize romanian language support --- i18n/romanian/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i18n/romanian/ipkg/postinst (limited to 'i18n/romanian/ipkg') diff --git a/i18n/romanian/ipkg/postinst b/i18n/romanian/ipkg/postinst new file mode 100755 index 0000000000..d8f3b85a25 --- /dev/null +++ b/i18n/romanian/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-i18n-romanian ) && rm -f /etc/uci-defaults/luci-i18n-romanian +} -- cgit v1.2.3