summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-07-30 09:22:37 +0200
committerwillemw122021-07-30 09:22:37 +0200
commit072fb53b066646d86ec819a041a5576d37ca7f1d (patch)
tree6970ce54a9186c886f2d656418ad6c4eb2f21086
parentbe37cf4f4ad7944215891aacf1d747927b14c529 (diff)
downloadaur-072fb53b066646d86ec819a041a5576d37ca7f1d.tar.gz
Add file cleanup comment in post_remove()
-rw-r--r--sickchill-git.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/sickchill-git.install b/sickchill-git.install
index ec77a162e764..b52160d2ee2b 100644
--- a/sickchill-git.install
+++ b/sickchill-git.install
@@ -14,6 +14,7 @@ pre_remove() {
}
post_remove() {
+ # Remove additional files created by the built-in updater
rm -rf /opt/sickchill/app
echo "==> To delete the configuration files, run as root: rm -rf /opt/sickchill/data"