summarylogtreecommitdiffstats
path: root/openbor.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-07-15 02:45:17 +0200
committerCarsten Teibes2014-07-15 02:45:17 +0200
commit706291c9adf0087962654494248384bd01b36f01 (patch)
tree84d2b040154c548458c31b719b859bc0e741697f /openbor.install
downloadaur-706291c9adf0087962654494248384bd01b36f01.tar.gz
[add] openbor-svn
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."
+}