Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 7.x] package: pacman provider: Add purgeable feature #9293

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. package: pacman provider: Add purgeable feature

    This small patch adds an option to the pacman provider to purge config
    files.
    
    From the manpage:
    
    ```console
    $ pacman -R -h | head -n6
    usage:  pacman {-R --remove} [options] <package(s)>
    options:
      -b, --dbpath <path>  set an alternate database location
      -c, --cascade        remove packages and all packages that depend on them
      -d, --nodeps         skip dependency version checks (-dd to skip all checks)
      -n, --nosave         remove configuration files
    ```
    
    (cherry picked from commit 08eaa3d)
    bastelfreak authored and github-actions[bot] committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    31c302f View commit details
    Browse the repository at this point in the history