summarylogtreecommitdiffstats
path: root/openbor.install
diff options
context:
space:
mode:
authorCarsten Teibes2015-08-31 02:01:14 +0200
committerCarsten Teibes2015-08-31 02:01:14 +0200
commit73600ad4e0cb3e05ef4024ce4b10c926fbbf09dd (patch)
tree5315128ea58b821376c4bc5ace58988febf87572 /openbor.install
downloadaur-73600ad4e0cb3e05ef4024ce4b10c926fbbf09dd.tar.gz
[add] openbor 3.0.r4153
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."
+}