etc-gentoo/paludis/hooks/install_all_post/update_find_db.bash

9 lines
187 B
Bash
Executable File

#!/bin/sh
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
einfo "starting database-update..."
/root/updatedb.sh
updatedb && einfo "updating database finished!" || eerror "failed!"