common/hooks/post-install: remove unneeded messages.
This commit is contained in:
parent
d4e4f37c80
commit
af8b5befde
4 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
# This hook removes python bytecode files (.py[co]).
|
||||
|
||||
hook() {
|
||||
msg_normal "$pkgver: removing python bytecode archives...\n"
|
||||
find ${PKGDESTDIR} -type f -name *.py[co] -delete
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue