From 0313e5ade5bffc92ac43d5ce39d5affc6d74df8a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Apr 2020 22:37:35 -0700 Subject: Force remove stumpwm-contrib on uninstall --- ellipsis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.3-2-g0d8e