diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:31:40 +0100 |
commit | 50b258a1d42c12e9f13e31282d6d555a1a9fcf32 (patch) | |
tree | c75385a54f4e8ecc0ebfdb210fa205ee839decfb /i18n | |
parent | 39ff053890a1519e11def32336154bebde2519e4 (diff) |
Remove obsolete ipkg directories
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'i18n')
-rwxr-xr-x | i18n/catalan/ipkg/postinst | 4 | ||||
-rw-r--r-- | i18n/chinese/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/english/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/french/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/german/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/greek/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/hebrew/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/hungarian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/italian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/japanese/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/norwegian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/polish/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/portuguese-brazilian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/portuguese/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/romanian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/russian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/swedish/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/ukrainian/ipkg/postinst | 4 | ||||
-rwxr-xr-x | i18n/vietnamese/ipkg/postinst | 4 |
19 files changed, 0 insertions, 76 deletions
diff --git a/i18n/catalan/ipkg/postinst b/i18n/catalan/ipkg/postinst deleted file mode 100755 index 48be5724b..000000000 --- a/i18n/catalan/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-catalan ) && rm -f /etc/uci-defaults/luci-i18n-catalan -} diff --git a/i18n/chinese/ipkg/postinst b/i18n/chinese/ipkg/postinst deleted file mode 100644 index 9fbec28ca..000000000 --- a/i18n/chinese/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-chinese ) && rm -f /etc/uci-defaults/luci-i18n-chinese -} diff --git a/i18n/english/ipkg/postinst b/i18n/english/ipkg/postinst deleted file mode 100755 index 24cf8dd2d..000000000 --- a/i18n/english/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-english ) && rm -f /etc/uci-defaults/luci-i18n-english -} diff --git a/i18n/french/ipkg/postinst b/i18n/french/ipkg/postinst deleted file mode 100755 index e220e4dca..000000000 --- a/i18n/french/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-french ) && rm -f /etc/uci-defaults/luci-i18n-french -} diff --git a/i18n/german/ipkg/postinst b/i18n/german/ipkg/postinst deleted file mode 100755 index c5af66287..000000000 --- a/i18n/german/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-german ) && rm -f /etc/uci-defaults/luci-i18n-german -} diff --git a/i18n/greek/ipkg/postinst b/i18n/greek/ipkg/postinst deleted file mode 100755 index cfd1512d3..000000000 --- a/i18n/greek/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-greek ) && rm -f /etc/uci-defaults/luci-i18n-greek -} diff --git a/i18n/hebrew/ipkg/postinst b/i18n/hebrew/ipkg/postinst deleted file mode 100755 index 78010a480..000000000 --- a/i18n/hebrew/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-hebrew ) && rm -f /etc/uci-defaults/luci-i18n-hebrew -} diff --git a/i18n/hungarian/ipkg/postinst b/i18n/hungarian/ipkg/postinst deleted file mode 100755 index 7f69ba752..000000000 --- a/i18n/hungarian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-hungarian ) && rm -f /etc/uci-defaults/luci-i18n-hungarian -} diff --git a/i18n/italian/ipkg/postinst b/i18n/italian/ipkg/postinst deleted file mode 100755 index 623ef1c8a..000000000 --- a/i18n/italian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-italian ) && rm -f /etc/uci-defaults/luci-i18n-italian -} diff --git a/i18n/japanese/ipkg/postinst b/i18n/japanese/ipkg/postinst deleted file mode 100755 index aaa44e266..000000000 --- a/i18n/japanese/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-japanese ) && rm -f /etc/uci-defaults/luci-i18n-japanese -} diff --git a/i18n/norwegian/ipkg/postinst b/i18n/norwegian/ipkg/postinst deleted file mode 100755 index 0b6c62d4f..000000000 --- a/i18n/norwegian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-norwegian ) && rm -f /etc/uci-defaults/luci-i18n-norwegian -} diff --git a/i18n/polish/ipkg/postinst b/i18n/polish/ipkg/postinst deleted file mode 100755 index c562629e2..000000000 --- a/i18n/polish/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-polish ) && rm -f /etc/uci-defaults/luci-i18n-polish -} diff --git a/i18n/portuguese-brazilian/ipkg/postinst b/i18n/portuguese-brazilian/ipkg/postinst deleted file mode 100755 index fc3315663..000000000 --- a/i18n/portuguese-brazilian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-portuguese_brazilian ) && rm -f /etc/uci-defaults/luci-i18n-portuguese_brazilian -} diff --git a/i18n/portuguese/ipkg/postinst b/i18n/portuguese/ipkg/postinst deleted file mode 100755 index cc97e03e8..000000000 --- a/i18n/portuguese/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-portuguese ) && rm -f /etc/uci-defaults/luci-i18n-portuguese -} diff --git a/i18n/romanian/ipkg/postinst b/i18n/romanian/ipkg/postinst deleted file mode 100755 index d8f3b85a2..000000000 --- a/i18n/romanian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-romanian ) && rm -f /etc/uci-defaults/luci-i18n-romanian -} diff --git a/i18n/russian/ipkg/postinst b/i18n/russian/ipkg/postinst deleted file mode 100755 index 7ace4822d..000000000 --- a/i18n/russian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-russian ) && rm -f /etc/uci-defaults/luci-i18n-russian -} diff --git a/i18n/swedish/ipkg/postinst b/i18n/swedish/ipkg/postinst deleted file mode 100755 index eac6e3448..000000000 --- a/i18n/swedish/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-swedish ) && rm -f /etc/uci-defaults/luci-i18n-swedish -} diff --git a/i18n/ukrainian/ipkg/postinst b/i18n/ukrainian/ipkg/postinst deleted file mode 100755 index ba9a7af0d..000000000 --- a/i18n/ukrainian/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-ukrainian ) && rm -f /etc/uci-defaults/luci-i18n-ukrainian -} diff --git a/i18n/vietnamese/ipkg/postinst b/i18n/vietnamese/ipkg/postinst deleted file mode 100755 index cda03df71..000000000 --- a/i18n/vietnamese/ipkg/postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-i18n-vietnamese ) && rm -f /etc/uci-defaults/luci-i18n-vietnamese -} |