summaryrefslogtreecommitdiff
path: root/clean-pacman
AgeCommit message (Collapse)Author
2012-09-22Deprecate clean-pacman in favor of smart chcleanupNicolás Reynolds
Chcleanup compares the currently installed packages with a clean system list of packages + the package dependencies and removes the leftovers. Treepkg runs it as pre-build hook, so FULLBUILDCMD finds only the needed dependencies.
2012-09-22Last commit before deprecationNicolás Reynolds
Reason: Too complex, makepkg runs three times and removes packages previously installed
2012-09-22Bogus output was capturedNicolás Reynolds
2012-09-22ClarificationsNicolás Reynolds
2012-09-22Take -r away from makepkgNicolás Reynolds
2012-09-22Remove cleanup list right after cleanupNicolás Reynolds
2012-09-22Manage dependency installation and removal by tapping into makepkgNicolás Reynolds