From 18d668cc92656764cdac4eaafd643b068897eca1 Mon Sep 17 00:00:00 2001 From: David Leverton Date: Sun, 30 Mar 2008 21:24:32 +0000 Subject: Don't regenerate the installed cache after installing or uninstalling. --- hooks/installed_cache_regen.bash | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'hooks') diff --git a/hooks/installed_cache_regen.bash b/hooks/installed_cache_regen.bash index dc1d39be7..dc8f03a5b 100755 --- a/hooks/installed_cache_regen.bash +++ b/hooks/installed_cache_regen.bash @@ -16,13 +16,6 @@ # this program; if not, write to the Free Software Foundation, Inc., 59 Temple # Place, Suite 330, Boston, MA 02111-1307 USA -export PATH="$(${PALUDIS_EBUILD_DIR}/utils/canonicalise ${PALUDIS_EBUILD_DIR}/utils/ ):${PATH}" -source ${PALUDIS_ECHO_FUNCTIONS_DIR:-${PALUDIS_EBUILD_DIR}}/echo_functions.bash - -echo -einfo_unhooked "Regenerating cache for installed repositories..." -${PALUDIS_COMMAND} --regenerate-installed-cache -einfo_unhooked "Done regenerating cache for installed repositories" - +# Placeholder to make the upgrade path not explode true -- cgit v1.2.3