common/hooks/post-install: remove unneeded messages.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user