summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-11-04 08:39:12 +0100
committerdr460nf1r32021-11-04 08:39:12 +0100
commit7aefbccfbba6a1af766203b63e9e3ddcafcd2b24 (patch)
tree4a8eb1a12f86ca1f147eb25c0002dfc5b163fec1
parenta202ce04486105819b79bef1277ebe63d9fef7b6 (diff)
downloadaur-7aefbccfbba6a1af766203b63e9e3ddcafcd2b24.tar.gz
Add notice about leftovers
-rw-r--r--whoogle.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/whoogle.install b/whoogle.install
index 145d3f8dc5c7..f76117cfea86 100644
--- a/whoogle.install
+++ b/whoogle.install
@@ -9,3 +9,7 @@ post_install() {
post_upgrade() {
chown -R whoogle.whoogle /opt/whoogle-search/app/static/
}
+
+post_remove() {
+ echo "Configuration files are still present in /opt/whoogle-search, run 'sudo rm -r /opt/whoogle-search' to remove them."
+}