From ae9aac8d8fa13ce851118c614dd16f804edfb554 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 22 Jul 2015 13:59:56 +0200 Subject: [PATCH] make upgrade: Remove 122 dangling locale symlinks The symlinks mechanism that created these extra symlinks has been fixed, so now let's clean up the mess. --- Makefile_upgrade.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index f94d6cbb3b..71cf2744b2 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -2140,6 +2140,9 @@ TO_REMOVE+=/usr/share/man/man8/hostapd.8.gz TO_REMOVE+=/usr/share/man/man8/hostapd_cli.8.gz TO_REMOVE+=/usr/share/man/man5/hostapd.conf.5.gz TO_REMOVE+=/usr/share/examples/etc/hostapd.conf +TO_REMOVE+=/usr/share/locale/*/*.UTF-8 +TO_REMOVE+=/usr/share/locale/hi_IN/hi_IN.ISCII-DEV +TO_REMOVE+=/usr/share/locale/la_LN/la_LN.ISO8859-1 .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/sbin/stlstats -- 2.41.0