summaryrefslogtreecommitdiffhomepage
path: root/i18n/romanian/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-06 15:38:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-06 15:38:26 +0000
commitd57f7a9397266fba3928193f233b2fb70ba42605 (patch)
tree4d2cb2e6636fd4bad6e35ba16bc3b331fd90f78f /i18n/romanian/ipkg
parent523f70c927beeb85bb59d3410206f9f2c810a156 (diff)
i18n: initialize romanian language support
Diffstat (limited to 'i18n/romanian/ipkg')
-rwxr-xr-xi18n/romanian/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
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
+}