diff options
| author | 2020-04-16 22:37:35 -0700 | |
|---|---|---|
| committer | 2020-04-16 22:37:35 -0700 | |
| commit | 0313e5ade5bffc92ac43d5ce39d5affc6d74df8a (patch) | |
| tree | 45562f80a4c74e00cc9e7c0db26a6aad2560b1f4 | |
| parent | a6d846d3c40911a2e421a123427d31f71c0d9e19 (diff) | |
| download | stumpwm-0313e5ade5bffc92ac43d5ce39d5affc6d74df8a.tar.gz stumpwm-0313e5ade5bffc92ac43d5ce39d5affc6d74df8a.zip | |
Force remove stumpwm-contrib on uninstall
| -rw-r--r-- | ellipsis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ellipsis.sh b/ellipsis.sh index 6b4d9dc..a8575e7 100644 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -33,5 +33,5 @@ pkg.reinstall() { } pkg.uninstall() { - rm -r "$stump_modules" + rm -rfv "$stump_modules" } |
