summarylogtreecommitdiffstats
path: root/pakbak.install
diff options
context:
space:
mode:
Diffstat (limited to 'pakbak.install')
-rw-r--r--pakbak.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pakbak.install b/pakbak.install
new file mode 100644
index 000000000000..eb0a47ab7b6f
--- /dev/null
+++ b/pakbak.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Remember to edit /etc/pakbak.conf and to enable pakbak.path"
+}
+
+post_remove() {
+ echo "Remember to delete the database backups"
+}