aboutsummaryrefslogtreecommitdiffstats
path: root/clean_packages
blob: 1af517940ab818eab4114a8d36ab61d12f9b38f2 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

source $(dirname $0)/config.bash

paccache -c "$REPO_POOL" -k1 -m "$REPO_POOL"/trash
find -L "$REPO_ROOT" -maxdepth 1 -type l -delete
find -L "$PKGBUILD_DIR" -maxdepth 1 -type l -delete