summaryrefslogtreecommitdiffhomepage
path: root/i18n/swedish/ipkg/postinst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-04-27 20:30:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-04-27 20:30:59 +0000
commit74a091d7fd812fef086105355d2e95fb293cae8c (patch)
tree5270eeedb2ce8c5178bc370f5091f53267758f8c /i18n/swedish/ipkg/postinst
parentce3c1ba7af44f2cb4cf4bcd62ceb65798f59e2b5 (diff)
i18n: add packaging for swedish language support
Diffstat (limited to 'i18n/swedish/ipkg/postinst')
-rwxr-xr-xi18n/swedish/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/swedish/ipkg/postinst b/i18n/swedish/ipkg/postinst
new file mode 100755
index 0000000000..eac6e34483
--- /dev/null
+++ b/i18n/swedish/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-i18n-swedish ) && rm -f /etc/uci-defaults/luci-i18n-swedish
+}