summarylogtreecommitdiffstats
path: root/nxengine.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-12-30 04:39:08 +0100
committerCarsten Teibes2014-12-30 04:39:08 +0100
commit960e3af50e3b0af24d9d16272ac53d0245c673a5 (patch)
treec72e89c23924ecbc67b212facc6892ab77fb6ce2 /nxengine.install
downloadaur-nxengine.tar.gz
[add] nxengine 1.0.0.6
Diffstat (limited to 'nxengine.install')
-rw-r--r--nxengine.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/nxengine.install b/nxengine.install
new file mode 100644
index 000000000000..31d6b549bcf9
--- /dev/null
+++ b/nxengine.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ echo "To be able to save files without elevated rights, a jail folder (~/.nxengine) is"
+ echo "used. Therefore, you do not have to delete Doukutsu.exe after the first run."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "You may safely delete the '~/.nxengine' directory containing the config/save"
+ echo "and extracted data files, if you do not want to preserve them."
+}