summarylogtreecommitdiffstats
path: root/kiwix.install
diff options
context:
space:
mode:
Diffstat (limited to 'kiwix.install')
-rw-r--r--kiwix.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/kiwix.install b/kiwix.install
new file mode 100644
index 000000000000..aa507cce2a81
--- /dev/null
+++ b/kiwix.install
@@ -0,0 +1,14 @@
+post_remove() {
+ echo
+ echo " WARNING:"
+ echo "You may have huge files under the ~/.www.kiwix.org folder (e.g. the wikipedia)."
+ echo "Please consider if you want to leave them there."
+ echo
+ if expr match $LANG es >/dev/null ; then
+ echo " ADVERTENCIA:"
+ echo "Es posible que tengas archivos enormes bajo la carpeta ~/.www.kiwix.org (por ejemplo, la wikipedia)"
+ echo "Por favor, considera si quieres dejarlos donde estan."
+ echo
+ fi
+ }
+ \ No newline at end of file