summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 23:44:09 +0200
committershellkr2016-06-15 23:44:09 +0200
commitb4b00f20f3a056b819d7ab9249a1475f6e3667b1 (patch)
tree88ca632a43e005f463a093083814108316c55a46
parent11186b4a101a0ffb452df5df48a591ad5f21130c (diff)
downloadaur-b4b00f20f3a056b819d7ab9249a1475f6e3667b1.tar.gz
Didn't work with symlinking the install file so had to revert
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-soccer-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551f5a02b04a..a0ff6f153608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:09:16 UTC 2016
+# Wed Jun 15 21:44:09 UTC 2016
pkgbase = minetest-mod-soccer-git
pkgdesc = A soccer mod for Minetest
pkgver = 5.d1b2a6b
diff --git a/minetest-mod-soccer-git.install b/minetest-mod-soccer-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-soccer-git.install
+++ b/minetest-mod-soccer-git.install
@@ -1 +1,26 @@
-/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file
+
+post_install() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
+ echo ' directory for mods. This is disabled by default though and thus needs'
+ echo ' patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you don't the mods will not be recognized and selactable in Minetest.'
+ echo
+ echo
+}
+
+post_upgrade() {
+ echo
+ echo '############################### NOTICE ! ###################################'
+ echo
+ echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
+ echo ' directory for mods. This is disabled by default though and thus needs'
+ echo ' patching to work.'
+ echo ' You can install "minetest-usrdir_patch" which will enable this path. If'
+ echo ' you don't the mods will not be recognized and selactable in Minetest.'
+ echo
+ echo
+}