summarylogtreecommitdiffstats
path: root/openraider.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-10-10 18:54:45 +0200
committerCarsten Teibes2014-10-10 18:54:45 +0200
commitbcfc59a74a04aa0dff376f8ef9460534b70ff74c (patch)
treef0d913d03b4d78775ca2533276e125d2365d777d /openraider.install
downloadaur-bcfc59a74a04aa0dff376f8ef9460534b70ff74c.tar.gz
[add] openraider-git
Diffstat (limited to 'openraider.install')
-rw-r--r--openraider.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/openraider.install b/openraider.install
new file mode 100644
index 000000000000..114046f4000d
--- /dev/null
+++ b/openraider.install
@@ -0,0 +1,11 @@
+
+post_install() {
+ echo "OpenRaider needs a config file to function. You can copy the default config file"
+ echo "and change it to suit your needs:"
+ echo " $ cp -r /usr/share/OpenRaider/ ~/.OpenRaider"
+ echo " $ \$EDITOR ~/.OpenRaider/OpenRaider.ini"
+}
+
+post_upgrade() {
+ post_install
+}