From 406a6cdf177c994855b8e07fc20e6816137c87b6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 3 Mar 2016 14:52:36 +0100 Subject: [PATCH] Remove obsolete eix hook --- hooks/sync_all_post/99-eix.bash | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hooks/sync_all_post/99-eix.bash diff --git a/hooks/sync_all_post/99-eix.bash b/hooks/sync_all_post/99-eix.bash deleted file mode 100644 index fe83a6b..0000000 --- a/hooks/sync_all_post/99-eix.bash +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -source "${PALUDIS_EBUILD_DIR}/echo_functions.bash" - -ebegin "Updating eix cache" -eix-update -q -eend $?