Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
8
common/hooks/post-install/02-remove-perl-files.sh
Normal file
8
common/hooks/post-install/02-remove-perl-files.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# This hook removes perl pod/.packlist files.
|
||||
|
||||
hook() {
|
||||
if [ "$pkgname" != "perl" -a -d "${PKGDESTDIR}" ]; then
|
||||
find ${PKGDESTDIR} -type f -name perllocal.pod -delete
|
||||
find ${PKGDESTDIR} -type f -name .packlist -delete
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user