diff options
author | 2008-03-30 21:24:32 +0000 | |
---|---|---|
committer | 2008-03-30 21:24:32 +0000 | |
commit | 18d668cc92656764cdac4eaafd643b068897eca1 (patch) | |
tree | d0317a54c70ac427a43304f138fd6eefe36edc46 /hooks | |
parent | 5b457721ba818a5d29cc77beddf06b86d1bd6292 (diff) | |
download | paludis-18d668cc92656764cdac4eaafd643b068897eca1.tar.gz paludis-18d668cc92656764cdac4eaafd643b068897eca1.tar.xz |
Don't regenerate the installed cache after installing or uninstalling.
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/installed_cache_regen.bash | 9 |
1 files changed, 1 insertions, 8 deletions
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 |