summarylogtreecommitdiffstats
path: root/openbor.install
diff options
context:
space:
mode:
Diffstat (limited to 'openbor.install')
-rw-r--r--openbor.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/openbor.install b/openbor.install
new file mode 100644
index 000000000000..e617e6ffc09d
--- /dev/null
+++ b/openbor.install
@@ -0,0 +1,13 @@
+
+post_install() {
+ echo "This package contains a launcher script that will setup OpenBOR to use the"
+ echo "folder ~/.OpenBOR for all data files. Put your PAK files and configs there."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "Remember to clean up your ~/.OpenBOR folder."
+}