Skip to content

Commit

Permalink
chore: 🔥 Remove local pacman cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Dec 8, 2023
1 parent 5ecc4c6 commit 5e640bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## REBORNOS ISO `2023.12.06` CHANGELOG

### For users

- Enable opening of the Whisker start/launch menu when Super/Start/Windows key is pressed.
- Increase font sizes on the Xfce desktop and on the installer to improve readability on bigger screens.
- Increase icon sizes too.
- Turn off Numlock at boot so that smaller laptop keyboards can type letters by default.
- Fix pacman database sync issues.
- Update from upstream, bringing new features and bug-fixes.

### For developers

- Do not clear the boot, and pacman directories. The `mkarchiso` script is now different from the upstream and any new changes in the future will need to be merged with conflict handling.

## REBORNOS ISO `2023.08.17` CHANGELOG

### For users
Expand Down
2 changes: 2 additions & 0 deletions archiso/mkarchiso
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ _cleanup_pacstrap_dir() {
# [[ -d "${pacstrap_dir}/var/lib/pacman" ]] && find "${pacstrap_dir}/var/lib/pacman" -maxdepth 1 -type f -delete
# Remove pacman DB lock
rm -f "${pacstrap_dir}/var/lib/pacman/db.lck"
# Remove local pacman cache
rm -rf "${pacstrap_dir}/var/lib/pacman/local"
# # Delete pacman database sync cache
# [[ -d "${pacstrap_dir}/var/lib/pacman/sync" ]] && find "${pacstrap_dir}/var/lib/pacman/sync" -delete
# Delete pacman package cache
Expand Down

0 comments on commit 5e640bf

Please sign in to comment.