summarylogtreecommitdiffstats
path: root/2s2h.install
diff options
context:
space:
mode:
authorAltoXorg2024-05-28 19:40:53 +0800
committerAltoXorg2024-05-28 19:41:10 +0800
commitb05f0510533305b4448e71e33fde22828062eab4 (patch)
treec5d599590eb3749239cb433694a013e824aabb53 /2s2h.install
downloadaur-b05f0510533305b4448e71e33fde22828062eab4.tar.gz
new package 2Ship2Harkinian (git)
Diffstat (limited to '2s2h.install')
-rw-r--r--2s2h.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/2s2h.install b/2s2h.install
new file mode 100644
index 000000000000..15a847ca2d11
--- /dev/null
+++ b/2s2h.install
@@ -0,0 +1,19 @@
+_install_info() {
+ cat <<'EOF'
+*** This is an unofficial version of 2 Ship 2 Harkinian.
+*** and is not supported by the Harbour Masters team.
+*** Your save file is located at $HOME/.local/share/2ship
+***
+*** Any issues for this package regarding compile errors must be
+*** discussed in the AUR comments, and other ones such as game bugs
+*** must go to their official Discord server for help and assistance.
+EOF
+}
+
+post_install() {
+ _install_info
+}
+
+post_upgrade() {
+ _install_info
+}