common/hooks/post-install: remove unneeded messages.

This commit is contained in:
Juan RP 2014-02-12 15:08:35 +01:00
parent d4e4f37c80
commit af8b5befde
4 changed files with 0 additions and 4 deletions

View file

@ -14,7 +14,6 @@ hook() {
if [ "$pkgname" != "texinfo" ]; then
rm -f ${PKGDESTDIR}/usr/share/info/dir
fi
msg_normal "$pkgver: processing info(1) files...\n"
find ${PKGDESTDIR}/usr/share/info -type f -follow | while read f
do