WIP: Adds more items to runs/after/system, adds missing package to runs/dev, adds runs/after/gopass to remove password store.

This commit is contained in:
2025-11-10 15:15:10 -05:00
parent 3c98a008c8
commit f1b65e955e
5 changed files with 82 additions and 19 deletions

10
runs/after/gopass Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
XDG_DATA_HOME=${XDG_DATA_HOME:-"$HOME"/.local/share}
uninstall() {
[[ -d "$XDG_DATA_HOME/gopass" ]] && rm -rf "$XDG_DATA_HOME/gopass"
}
arg=${1:-""}
[[ $arg == "install" ]] && install