diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-19 13:44:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-19 13:46:52 -0300 |
commit | 51ab08cbf695c7db7805465c2fe6a4d05118bdf2 (patch) | |
tree | ec91fa78c269776dde155c1d70db5a2ee2fda6e5 /pcr/kiwix-git/kiwix.install | |
parent | ffa49c72db6d9db539cbbe2c65feac2f2e3ee871 (diff) | |
download | abslibre-51ab08cbf695c7db7805465c2fe6a4d05118bdf2.tar.gz abslibre-51ab08cbf695c7db7805465c2fe6a4d05118bdf2.tar.bz2 abslibre-51ab08cbf695c7db7805465c2fe6a4d05118bdf2.zip |
kiwix-git: add new package to [pcr] -> https://labs.parabola.nu/issues/906
Diffstat (limited to 'pcr/kiwix-git/kiwix.install')
-rw-r--r-- | pcr/kiwix-git/kiwix.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pcr/kiwix-git/kiwix.install b/pcr/kiwix-git/kiwix.install new file mode 100644 index 000000000..08b2eaca1 --- /dev/null +++ b/pcr/kiwix-git/kiwix.install @@ -0,0 +1,7 @@ +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 + } |