summarylogtreecommitdiffstats
path: root/simple-fb2-reader.install
diff options
context:
space:
mode:
Diffstat (limited to 'simple-fb2-reader.install')
-rw-r--r--simple-fb2-reader.install9
1 files changed, 5 insertions, 4 deletions
diff --git a/simple-fb2-reader.install b/simple-fb2-reader.install
index 9bdd7f6086d4..6fd5198ccd2c 100644
--- a/simple-fb2-reader.install
+++ b/simple-fb2-reader.install
@@ -1,12 +1,13 @@
pkgname=simple-fb2-reader
post_install() {
- echo "============================"
- echo "WARNING!!!"
- echo "You must manually create the directory ~/.config/simple-fb2-reader if it does not exist."
- echo "============================"
+ return 0
}
post_upgrade() {
post_install
}
+
+post_remove() {
+ post_install
+}