summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornnnn204302016-03-04 17:15:46 +0100
committernnnn204302016-03-04 17:15:46 +0100
commitbb3c167455bf3ae8a934383904ddfb6b40c9eab3 (patch)
tree292c7a9f14d8eea1a2feaaffa1bc3b634b3b673e
parentfa6c40845c1fedc4d2adffd6ec1c701c00555b77 (diff)
downloadaur-bb3c167455bf3ae8a934383904ddfb6b40c9eab3.tar.gz
notify user of risidual files after package removed
-rw-r--r--citadel.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/citadel.install b/citadel.install
index f232667eb5e7..b98e52080168 100644
--- a/citadel.install
+++ b/citadel.install
@@ -28,5 +28,6 @@ pre_remove() {
## arg 1: the old package version
post_remove() {
- :;
+ echo "residual files may remain in /usr/citadel directory";
+ echo "run 'rm -rf /usr/citadel' if you want to remove them"
}