termux_step_massage.sh: adding deleting pacman.log

This commit is contained in:
Ivan Max 2023-10-17 10:35:31 +03:00 committed by GitHub
parent c85d95fb42
commit da44a14566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ termux_step_massage() {
# Remove cache file created by glib-compile-schemas:
rm -f share/glib-2.0/schemas/gschemas.compiled
# Removing the pacman log that is often included in the package:
rm -f var/log/pacman.log
# Remove cache file created by gtk-update-icon-cache:
rm -f share/icons/hicolor/icon-theme.cache