summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2021-06-07 17:39:23 +0200
committerAlexander Bocken2021-06-07 17:39:23 +0200
commit34867a552a7591bc2422fc413f7079ca4d3def61 (patch)
treec65e019fcfc334da320b31d921bb5681f6c33871
parent726d3d379876068ad466c2e6855380b5f8b1e54a (diff)
downloadaur-34867a552a7591bc2422fc413f7079ca4d3def61.tar.gz
post_remove notification about left over files
-rw-r--r--threadwatcher.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/threadwatcher.install b/threadwatcher.install
index 0fc1908f714b..a74740499026 100644
--- a/threadwatcher.install
+++ b/threadwatcher.install
@@ -2,3 +2,8 @@ post_install() {
echo " To let threadwatcher automatically scan for new files, consider using a cronjob such as"
echo " */10 * * * * /usr/bin/threadwatcher scan"
}
+post_remove() {
+ echo " urlfile (default location .local/share/threadwatcher/threads) has not been removed."
+ echo " please remove the dir manually if you wish to do so"
+ echo " ( rm -rf ${XDG_DATA_HOME:-$HOME/.local.share}/threadwatcher/ )"
+}