From 72a4495a75f15cc58b96d459818b9f17c509948d Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 18 Sep 2015 22:55:18 +0000 Subject: [PATCH] Remove rm -Rf beforeinstall hack that was needed due to a change that only lasted 3 days in HEAD in 2001 (r88348 - r88459) Sponsored by: EMC / Isilon Storage Division --- share/msgdef/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 3f2232579d0c..21e777603ecc 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -134,11 +134,4 @@ SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \ .endfor .endfor -beforeinstall: -.for locale in ${LOCALES} -.if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/) - rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES -.endif -.endfor - .include