Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#47908 - ghost file support
|
Detailsit may be useful to track additional files to be removed when an extra flag is added. e.g. cache files
|
This task depends upon
== PKGBUILD
ghosts=(var/cache/foo.db
var/cache/bar.db)
== SRCINFO/PKGINFO
ghosts = var/cache/foo.db
ghosts = var/cache/bar.db
== /var/lib/pacman/local/foo/files
%GHOSTS%
var/cache/foo.db
var/cache/bar.db
== Some questions about this:
1) Is pacman allowed to remove these files or only when forced to?
[Typically generated files can be important so a new flag is probably the
wisest choice here.]
2) Could this be integrated with pacman -F to directly list ghost files?
== My opinion:
It seems like this feature would be mostly only used for pacman -Sii, -Qii and
-F with pacman itself not being involved in their management, only tracking
their existence.