summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--[l---------]minetest-mod-more_monsters-git.install27
2 files changed, 27 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b7b4062cb8..1a967f411b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 20:09:00 UTC 2016
+# Wed Jun 15 21:43:53 UTC 2016
pkgbase = minetest-mod-more_monsters-git
pkgdesc = Extra mobs for Minetest.
pkgver = 5.9259396
diff --git a/minetest-mod-more_monsters-git.install b/minetest-mod-more_monsters-git.install
index 1d51cfec20c4..c40dac5cb9f5 120000..100644
--- a/minetest-mod-more_monsters-git.install
+++ b/minetest-mod-more_monsters-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
+}